mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Gossip) - Ancient Skull Pile no longer shows 2 gossip menu options (#23183)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
-- Correctly uses Option0 instead of Option1 to summon the Terokk
|
||||||
|
UPDATE `smart_scripts` SET `event_param2` = 0 WHERE `entryorguid` = 185928 AND `source_type` = 1 AND `id` = 0;
|
||||||
|
|
||||||
|
-- Removes the duplicated option.
|
||||||
|
DELETE FROM `gossip_menu_option` WHERE `MenuID` = 8687 AND `OptionID` = 1;
|
||||||
Reference in New Issue
Block a user