diff options
author | maximius <none@none> | 2009-09-18 03:05:59 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-18 03:05:59 -0700 |
commit | e9fb57651d2b672c01bf659bdcd4a5057fcd16eb (patch) | |
tree | 878b3c00285501e774152c7e5aeaae75d2468c33 | |
parent | c08b38aa1469761daa78f5624cffb1887dd3bbfd (diff) |
*Fix a fairly nasty typo I only just noticed..
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_script_texts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index b21ee04f023..bf4f211639d 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -394,7 +394,7 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (18210,-1000485,'Where do you think you''re going? Kill them all!',0,0,0,0,'maghar captive SAY_MAG_MORE_REPLY'), (18210,-1000486,'Ride the lightning, filth!',0,0,0,0,'maghar captive SAY_MAG_LIGHTNING'), (18210,-1000487,'FROST SHOCK!!!',0,0,0,0,'maghar captive SAY_MAG_SHOCK'), - (18210,-1000488,'It is best that we split up now, in case they send more after us. Hopefully one of us will make it back to Garrosh. Farewell stranger.',0,0,0,0,'maghar captive SAY_MAG_COMPLETE'); + (18210,-1000488,'It is best that we split up now, in case they send more after us. Hopefully one of us will make it back to Garrosh. Farewell stranger.',0,0,0,0,'maghar captive SAY_MAG_COMPLETE'), -- -1 033 000 SHADOWFANG KEEP (0,-1033000,'Follow me and I''ll open the courtyard door for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_FREE_AS'), |