Fix typo in last commit

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-06-15 00:15:40 +02:00
parent 09d0f77b8c
commit 8ace1a7250
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
DELETE FROM script_texts WHERE entry BETWEEN -1000342 AND -1000340;
DELETE FROM script_texts WHERE entry BETWEEN -1000409 AND -1000407;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1000407, '%s howls in delight at the sight of his lunch!',0,2,0,0,'kyle EMOTE_SEE_LUNCH'),
(-1000408, '%s eats his lunch.',0,2,0,0,'kyle EMOTE_EAT_LUNCH'),

5
sql/updates/3999_sd2.sql Normal file
View File

@@ -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'),