mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Set Forsaken Blight Spreader HP. (#24013)
This commit is contained in:
3
data/sql/updates/pending_db_world/Spreader.sql
Normal file
3
data/sql/updates/pending_db_world/Spreader.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Set HP
|
||||
UPDATE `creature` SET `curhealth` = 8982 WHERE (`id1` = 26523) AND (`guid` IN (150213, 150214, 150215, 150216, 150217));
|
||||
Reference in New Issue
Block a user