mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Gossip): Add gossip text, sub-menu, and correct condition for Raene Wolfrunner. (#14106)
This commit is contained in:
11
data/sql/updates/pending_db_world/dartols-rod.sql
Normal file
11
data/sql/updates/pending_db_world/dartols-rod.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` = 5501;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (5501, 6554);
|
||||
|
||||
UPDATE `gossip_menu_option` SET `ActionMenuID` = 5501 WHERE `MenuID` = 5502;
|
||||
|
||||
UPDATE `conditions` SET `ConditionValue1` = 1030, `Comment` = 'Only show gossip option if player has completed quest 1030' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 5502 AND `ConditionTypeOrReference` = 8;
|
||||
|
||||
UPDATE `npc_text` SET `ID` = 6554 WHERE `ID` = 50001;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3691 AND `id`= 7;
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 3691 AND `id` = 6;
|
||||
Reference in New Issue
Block a user