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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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