DB/Gossip: Add missing ActionMenuId

(cherry picked from commit c56bac777a603366f4c1e2c068c08751d4826602)
This commit is contained in:
Killyana
2021-11-14 18:30:28 +01:00
committed by Shauren
parent 2864b03944
commit c0bb71d85c
@@ -0,0 +1,5 @@
--
DELETE FROM `gossip_menu_option_action` WHERE (`MenuId`=9812 AND `OptionIndex`=0) OR (`MenuId`=9546 AND `OptionIndex`=2);
INSERT INTO `gossip_menu_option_action` (`MenuID`, `OptionIndex`, `ActionMenuId`, `ActionPoiID`) VALUES
(9812, 0, 9806, 0),
(9546, 2, 9546, 0);