aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-29 21:29:29 +0100
committerKillyana <morphone1@gmail.com>2017-10-29 21:29:29 +0100
commit42bc12ddb6b2fd0b093f5189e60721ea989d7acc (patch)
tree9f755bc8e3adf589dde91ec425e2161abf0efa7d /sql
parenta0047e6d2038540b4e7a463f50844130fb78931d (diff)
DB/Creature: Remove wrong CREATURE_TYPEFLAGS_FORCE_GOSSIP
Closes #20408 3.3.5 Only
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_10_29_12_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_29_12_world_335.sql b/sql/updates/world/3.3.5/2017_10_29_12_world_335.sql
new file mode 100644
index 00000000000..373ea9228c2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_29_12_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `type_flags`=`type_flags`&~134217728 WHERE `npcflag`>16 AND `gossip_menu_id`!= 0 AND `type_flags`&134217728;