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:
parent
b9d5698fc5
commit
73edb247fd
1 changed files with 6 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue