fix(DB/Creature): Correct behavior and emote of oil-covered birds (#20923)
This commit is contained in:
parent
5df6d2b151
commit
15b11ae6e0
1 changed files with 6 additions and 0 deletions
6
data/sql/updates/pending_db_world/hawkfix.sql
Normal file
6
data/sql/updates/pending_db_world/hawkfix.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue