fix(DB/Creature): Set Overseer Veraj's health points. (#24031)
This commit is contained in:
parent
f190e294da
commit
b094494cea
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/Veraj.sql
Normal file
3
data/sql/updates/pending_db_world/Veraj.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
UPDATE `creature_template` SET `exp` = 2 WHERE (`entry` = 32263);
|
||||
UPDATE `creature` SET `curhealth` = 10080 WHERE (`id1` = 32263) AND `guid` = 85056;
|
||||
Loading…
Add table
Add a link
Reference in a new issue