fix(DB/Creature): Remove rooted inhabit type from Coilfang Beast Tamer (#21196)

This commit is contained in:
Andrew 2025-01-17 05:09:41 -03:00 committed by GitHub
parent cbe611978c
commit 38548a9b22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
--
UPDATE `creature_template_movement` SET `Rooted` = 0 WHERE `CreatureId` = 21221;