diff options
| author | megamage <none@none> | 2009-06-14 21:11:09 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-14 21:11:09 -0500 |
| commit | b309b7a9a379e6bd19d144183b9a1eee3289d0b3 (patch) | |
| tree | 74eebf07d45ea1497b3284dc3d5d8613a18ae437 | |
| parent | d1d8e2d171b1b7fc3c1fc0b83238ac5b0f8af64d (diff) | |
*Fix 3999 sql. By mike753
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/3999_sd2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3999_sd2.sql b/sql/updates/3999_sd2.sql index 7815b7aa857..aefda08bd2e 100644 --- a/sql/updates/3999_sd2.sql +++ b/sql/updates/3999_sd2.sql @@ -2,4 +2,4 @@ DELETE FROM script_texts WHERE entry BETWEEN -1000342 AND -1000340; INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES (-1000340, 'We made it! Thanks, $N. I couldn''t have gotten without you.', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_THANKS'), (-1000341, 'It''s good to see you again, Erland. What is your report?', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_RANE'), -(-1000342, 'Masses of wolves are to the east, and whoever lived at Malden''s Orchard is gone.', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_ANSWER'), +(-1000342, 'Masses of wolves are to the east, and whoever lived at Malden''s Orchard is gone.', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_ANSWER'); |
