mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Set Overseer Veraj's health points. (#24031)
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user