diff options
author | Killyana <morphone1@gmail.com> | 2019-09-12 18:53:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 22:02:23 +0100 |
commit | 1e77bfe3ca45fe0626c217cb67e8ae6c1e1ffc40 (patch) | |
tree | fefaaee51344cd394ee42c2c40ed791cce023389 /sql | |
parent | cde57ae80ad4b58de8d37a6b92457f474cec312b (diff) |
DB/Creature: Fix some flags
(cherry picked from commit 537c4d1208384f924a144180abd3f7c3cf305a6d)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql b/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql new file mode 100644 index 00000000000..033a7471c56 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_42_world_2019_09_12_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=32832, `dynamicflags`=0 WHERE `entry` IN (37604 ,37809, 37779); |