aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-09-12 18:53:54 +0200
committerKillyana <morphone1@gmail.com>2019-09-12 18:53:54 +0200
commit537c4d1208384f924a144180abd3f7c3cf305a6d (patch)
treedaefcaffa4ba7944d6ee1d3437d6ab635a0fa71b
parentc9aeff3bf96e88d88af6fe9e0011a3794fb194c2 (diff)
DB/Creature: Fix some flags
-rw-r--r--sql/updates/world/3.3.5/2019_09_12_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_12_03_world.sql b/sql/updates/world/3.3.5/2019_09_12_03_world.sql
new file mode 100644
index 00000000000..033a7471c56
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);