diff options
| author | Kudlaty <none@none> | 2009-06-15 00:15:40 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-15 00:15:40 +0200 |
| commit | 8ace1a725020a53a2e11d891c8368dfc916e8c3f (patch) | |
| tree | 4276609db70d552fdbb3c8cda88d56edbf0675e6 /sql/updates/3999_sd2.sql | |
| parent | 09d0f77b8cb7a8f3a62f15067a205d75c20ed4b4 (diff) | |
Fix typo in last commit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3999_sd2.sql')
| -rw-r--r-- | sql/updates/3999_sd2.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3999_sd2.sql b/sql/updates/3999_sd2.sql new file mode 100644 index 00000000000..7815b7aa857 --- /dev/null +++ b/sql/updates/3999_sd2.sql @@ -0,0 +1,5 @@ +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'), |
