aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-06-09 12:54:42 +0200
committertreeston <treeston.mmoc@gmail.com>2016-06-09 12:54:42 +0200
commit164d269fc5a84e4afc8dbe4c04953542c066e6a2 (patch)
tree6242af9e36d17883f8cc8fc8e4bbe2d156241b45
parent3358e943a2e37dd0016795e0978881381177cf82 (diff)
sql fix
-rw-r--r--sql/updates/world/3.3.5/2016_06_09_01_world.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_09_01_world.sql b/sql/updates/world/3.3.5/2016_06_09_01_world.sql
index d3e597a182f..b29242b6038 100644
--- a/sql/updates/world/3.3.5/2016_06_09_01_world.sql
+++ b/sql/updates/world/3.3.5/2016_06_09_01_world.sql
@@ -9,6 +9,6 @@ INSERT INTO gossip_menu (`entry`,`text_id`) VALUES
DELETE FROM `gossip_menu_option` WHERE (`menu_id`=4108 AND `id`=0) OR (`menu_id`=4109 AND `id`=0) OR (`menu_id`=4093 AND `id`=0);
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
-(4093,0,0, 'Tell me more.', 7675,1,1,4109,0,0,0,'',0); -- menu_id + text in TDB 6.04
+(4093,0,0, 'Tell me more.', 7675,1,1,4109,0,0,0,'',0), -- menu_id + text in TDB 6.04
(4109,0,0, 'What else do you have to say?', 7673,1,1,4108,0,0,0,'',0), -- menu_id + text in TDB 6.04
-(4108,0,0, 'You challenged us and we have come. Where is this master you speak of?\n', 7646,1,1, 0,0,0,0,'',0), -- menu_id + text in TDB 6.04
+(4108,0,0, 'You challenged us and we have come. Where is this master you speak of?\n', 7646,1,1, 0,0,0,0,'',0); -- menu_id + text in TDB 6.04