DB/Gameobject: remove wrong "Greetings, $n" gossip from 256 questgiver gameobjects.

This commit is contained in:
SnapperRy
2016-10-07 16:58:40 +02:00
committed by Aokromes
parent 3bc1f35614
commit 3316e638d4

View 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);