mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(DB/Creature): Correct behavior and emote of oil-covered birds (#20923)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user