Skip to content

Commit

Permalink
DB/Gossip: Add a gossip menu option action
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker authored and Killyana committed Sep 26, 2018
1 parent 68163dc commit 74f7ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/master/2018_09_26_01_world.sql
@@ -0,0 +1,4 @@
--
DELETE FROM `gossip_menu_option_action` WHERE (`MenuId`=11326 AND `OptionIndex`=0);
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuId`, `ActionPoiId`) VALUES
(11326, 0, 11325, 0);

0 comments on commit 74f7ea7

Please sign in to comment.