Skip to content

Commit

Permalink
DB/Creature: Add missing npc_flag hasgossip to some creatures Part4
Browse files Browse the repository at this point in the history
Ref #22912
  • Loading branch information
Killyana committed Jan 9, 2019
1 parent 5e73647 commit 9e069a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/3.3.5/2019_01_09_03_world.sql
@@ -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);

0 comments on commit 9e069a2

Please sign in to comment.