mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(DB/Creature): Set Forsaken Blight Spreader HP. (#24013)
This commit is contained in:
parent
93550e7ad5
commit
df485be1a5
1 changed files with 3 additions and 0 deletions
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));
|
||||||
Loading…
Add table
Add a link
Reference in a new issue