From 7df5764b1d5351e5d0a1bf07db75e5e6d7209570 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 12 May 2024 16:37:39 +0200 Subject: DB/Creature: Sindragosa should not be flying during the ground phase, spreading its wings by Ovahlord closes #29121 --- sql/updates/world/3.3.5/2024_05_12_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_05_12_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_05_12_00_world.sql b/sql/updates/world/3.3.5/2024_05_12_00_world.sql new file mode 100644 index 00000000000..1ff4c106689 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_05_12_00_world.sql @@ -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); -- cgit v1.2.3