DB/Gossip: Add missing ActionMenuId

(cherry picked from commit c56bac777a)
This commit is contained in:
Killyana
2018-10-10 19:00:49 +02:00
committed by Shauren
parent 2864b03944
commit c0bb71d85c

View File

@@ -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);