mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user