fix(DB/Creature): Set root flag on Shadow Fissure Trigger. (#23486)

This commit is contained in:
Rocco Silipo
2025-10-31 13:17:10 +01:00
committed by GitHub
parent dea6bce8e1
commit f6cfc9693c

View File

@@ -0,0 +1,3 @@
-- Set Rooted
UPDATE `creature_template_movement` SET `Rooted` = 1 WHERE (`CreatureId` = 16129);