fix(DB/Creature): Set Overseer Veraj's health points. (#24031)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
UPDATE `creature_template` SET `exp` = 2 WHERE (`entry` = 32263);
|
||||
UPDATE `creature` SET `curhealth` = 10080 WHERE (`id1` = 32263) AND `guid` = 85056;
|
||||
Reference in New Issue
Block a user