fix(DB/Creature): Wild turkey spawns having gossip flags. (#15297)

This commit is contained in:
avarishd
2023-03-07 19:43:10 +02:00
committed by GitHub
parent 2874c4b93f
commit 4d9f336a50

View File

@@ -0,0 +1,2 @@
-- Event: Pilgrim's Bounty - Few Wild Turkeys having npc gossip flag.
UPDATE `creature` SET `npcflag` = `npcflag`&~(1) WHERE `id1` = 32820 AND `guid` IN (241384,241659,241674,241862,241865,241944,241948,241961,242367,242369,242416,242952,243003,243102,243735,243736,243774,243775);