mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
DB/Creature: Sindragosa should not be flying during the ground phase, spreading its wings
by Ovahlord closes #29121
This commit is contained in:
2
sql/updates/world/3.3.5/2024_05_12_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2024_05_12_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE to Sindragosa
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|512 WHERE `entry`IN(36853,38265,38266,38267);
|
||||
Reference in New Issue
Block a user