aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-01 20:17:45 -0700
committermaximius <none@none>2009-10-01 20:17:45 -0700
commit0a818acab85b8413d257f8ecf8644b0099ab607b (patch)
tree929ed107e59a3fd913f23f1779902c67c9df210f
parentb00b00ab9a4829b3aabc07bb75979de91c9aab77 (diff)
*Fix sql (semicolon, not comma)
--HG-- branch : trunk
-rw-r--r--sql/updates/5795_world_scripts.sql (renamed from sql/updates/5794_world_scripts.sql)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/5794_world_scripts.sql b/sql/updates/5795_world_scripts.sql
index 11c41fec91d..21d1ba2e7e5 100644
--- a/sql/updates/5794_world_scripts.sql
+++ b/sql/updates/5795_world_scripts.sql
@@ -107,4 +107,4 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`
(28070,-1603061,'Acknowledged Branbronzan. Session terminated.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13773,1,0,0,'brann SAY_EVENT_END_21_ABED'),
(28070,-1603062,'Loken?! That''s downright bothersome... We might''ve neutralized the iron dwarves, but I''d lay odds there''s another machine somewhere else churnin'' out a whole mess o'' these iron vrykul!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14278,1,0,0,'brann SAY_VICTORY_SJONNIR_1'),
(28070,-1603063,'I''ll use the forge to make badtches o'' earthen to stand guard... But our greatest challenge still remains: find and stop Loken!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14279,1,0,0,'brann SAY_VICTORY_SJONNIR_2'),
- (28070,-1603064,'I think it''s time to see what''s behind the door near the entrance. I''m going to sneak over there, nice and quiet. Meet me at the door and I''ll get us in.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'brann SAY_ENTRANCE_MEET'),
+ (28070,-1603064,'I think it''s time to see what''s behind the door near the entrance. I''m going to sneak over there, nice and quiet. Meet me at the door and I''ll get us in.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'brann SAY_ENTRANCE_MEET');