fix(DB/gossip): remove cataclysm gossip/gossip flag from Anduin Wrynn (#3717)

Anduin Wrynn should not have gossip in wotlk, should just be static NPC, current gossip is from cataclysm quest
This commit is contained in:
Vox
2020-11-28 14:21:10 -05:00
committed by GitHub
parent b9d5698fc5
commit 73edb247fd

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605586971095091500');
-- Remove Quest Giver & Gossip flags
UPDATE `creature_template` SET `npcflag` = 0 WHERE (`entry` = 1747);
-- Remove Cataclysm gossip from DB
DELETE FROM `gossip_menu` WHERE (`MenuID` = 11874) AND (`TextID` IN (16642));