aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/3998_sd2.sql
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-06-15 00:10:42 +0200
committerKudlaty <none@none>2009-06-15 00:10:42 +0200
commit09d0f77b8cb7a8f3a62f15067a205d75c20ed4b4 (patch)
tree98233da4804b5deef376214296421eb6b9e73872 /sql/updates/3998_sd2.sql
parent54eb0096fda52d62956e9a2d280f6331c68fa2e4 (diff)
merge sd2
r998 Added support for quest 11129 r999 Remove obsolete code r1000 Summon pet of sharkkis in different way, to also allow summon if pet dies during fight. - skip --HG-- branch : trunk
Diffstat (limited to 'sql/updates/3998_sd2.sql')
-rw-r--r--sql/updates/3998_sd2.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/3998_sd2.sql b/sql/updates/3998_sd2.sql
new file mode 100644
index 00000000000..8f3dd9c73bd
--- /dev/null
+++ b/sql/updates/3998_sd2.sql
@@ -0,0 +1,7 @@
+DELETE FROM script_texts WHERE entry BETWEEN -1000342 AND -1000340;
+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'),
+(-1000409, '%s thanks you with a special dance.',0,2,0,0,'kyle EMOTE_DANCE');
+
+UPDATE creature_template SET ScriptName='npc_kyle_frenzied' WHERE entry=23616;