diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-05-12 16:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-12 16:37:39 +0200 |
commit | 7df5764b1d5351e5d0a1bf07db75e5e6d7209570 (patch) | |
tree | 24eb6c7377d8aa953c45a5d10df4f85b033330d8 | |
parent | faf87b327d3eed6e1ea60f1ed21f6a9f7ac36734 (diff) |
DB/Creature: Sindragosa should not be flying during the ground phase, spreading its wings
by Ovahlord closes #29121
-rw-r--r-- | sql/updates/world/3.3.5/2024_05_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |