mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): Set root flag on Shadow Fissure Trigger. (#23486)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user