fix(DB/Creature): Set root flag on Shadow Fissure Trigger. (#23486)
This commit is contained in:
parent
dea6bce8e1
commit
f6cfc9693c
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/Shadow_fissure.sql
Normal file
3
data/sql/updates/pending_db_world/Shadow_fissure.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Set Rooted
|
||||
UPDATE `creature_template_movement` SET `Rooted` = 1 WHERE (`CreatureId` = 16129);
|
||||
Loading…
Add table
Add a link
Reference in a new issue