diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-01-12 19:18:13 +0100 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-01-12 19:18:13 +0100 |
| commit | 3ea6324507ff77c6d911d9e84eafce8631dbfd59 (patch) | |
| tree | a14d9ef6f84f3420accb796907776672f5640dad /sql | |
| parent | 90914518184061d06c7bfba0aebc4ac03b23104f (diff) | |
| parent | 76d5dbad4b7007fdff892e2fcaff6c000a713ed7 (diff) | |
Merge remote-tracking branch 'tkrokli/npc_myranda_the_hag' into 3.3.5-base
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_01_12_02_world335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_12_02_world335.sql b/sql/updates/world/2016_01_12_02_world335.sql new file mode 100644 index 00000000000..354d0bc129d --- /dev/null +++ b/sql/updates/world/2016_01_12_02_world335.sql @@ -0,0 +1,4 @@ +-- Insert missing gossip_menu_option 3801 for Myranda the Hag: +DELETE FROM `gossip_menu_option` WHERE `menu_id`= 3801 AND `OptionBroadcastTextID`= 7306; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES +(3801,0,0,'I am ready for the illusion, Myranda.',7306,2,3,0,0,0,0,'',0); |
