mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Creature: Remove wrong CREATURE_TYPEFLAGS_FORCE_GOSSIP
Closes #20408 3.3.5 Only
This commit is contained in:
2
sql/updates/world/3.3.5/2017_10_29_12_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_10_29_12_world_335.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user