diff options
| author | _manuel_ <none@none> | 2010-01-05 14:55:39 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2010-01-05 14:55:39 -0300 |
| commit | 4c2ccf6ccc3b8c19e885e7d0dfa5c579772ab5ce (patch) | |
| tree | 4e2159e4044b2645948e0ad79ff4df455fe5d967 /sql/updates | |
| parent | a886552c85f38b831b9886f38363932bddb3cc93 (diff) | |
Corrected typo in script_texts, please re-import 6896_world_script_texts.sql. Thanks to Malcrom.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6896_world_script_texts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/6896_world_script_texts.sql b/sql/updates/6896_world_script_texts.sql index f7161e65366..c579d22383a 100644 --- a/sql/updates/6896_world_script_texts.sql +++ b/sql/updates/6896_world_script_texts.sql @@ -1,3 +1,3 @@ DELETE FROM `script_texts` WHERE `entry`=-1033009; INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES - (4275,-1033009,'Who cares interfere with the Sons of Arugal?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); + (4275,-1033009,'Who dares interfere with the Sons of Arugal?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); |
