DB/Creature: Add missing npc_flag hasgossip to some creatures Part4

Ref #22912

(cherry picked from commit 9e069a2f69)
This commit is contained in:
Killyana
2019-01-09 18:06:30 +01:00
committed by Shauren
parent 7fe844a1e8
commit 4c838dcb17

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (10162,25754,23143,31115);
UPDATE `creature_template` SET `gossip_menu_id`=8310, `npcflag`=`npcflag`|1 WHERE `entry` IN (20977,21602);