mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/creature_template): Remove cataclysm gossip on Argos Nightwhisper (#5158)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617672426976371900');
|
||||
|
||||
-- remove cataclysm gossip
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=2 WHERE `entry`=4984;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=12093 AND `TextID`=16981;
|
||||
DELETE FROM `npc_text` WHERE `id`=16981;
|
||||
|
||||
Reference in New Issue
Block a user