mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Gameobject: remove wrong "Greetings, $n" gossip from 256 questgiver gameobjects.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_10_07_02_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_10_07_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject_template_addon` SET `flags`=`flags`|4 WHERE `entry` IN (SELECT `entry` FROM `gameobject_template` WHERE `type`=2 AND `data3`=0);
|
||||
Reference in New Issue
Block a user