fix(DB/Creature): Correct behavior and emote of oil-covered birds (#20923)

This commit is contained in:
mostlynick3
2025-01-05 16:53:26 +01:00
committed by GitHub
parent 5df6d2b151
commit 15b11ae6e0

View File

@@ -0,0 +1,6 @@
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (25817, 25748);
UPDATE `creature` SET `MovementType` = 0, `wander_distance` = 0 WHERE `id1` IN (25817, 25748);
-- set to 'sitting'
UPDATE `creature_template_addon`SET `bytes1` = 1 WHERE `entry` IN (25817, 25748);