diff options
| author | runningnak3d <runningnak3d@gmail.com> | 2011-02-02 07:50:21 -0700 |
|---|---|---|
| committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-02 07:50:21 -0700 |
| commit | 0a5d8711e5294c36d40b779187e1718d3365f5fa (patch) | |
| tree | 66886f94d35e874a6c02c18f8e4c0b6fd702aa10 /sql/old/3.1.3/03998_sd2.sql | |
| parent | 704e0af9c4e656e8aae5f163fce8cced14a39112 (diff) | |
Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
Diffstat (limited to 'sql/old/3.1.3/03998_sd2.sql')
| -rw-r--r-- | sql/old/3.1.3/03998_sd2.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/old/3.1.3/03998_sd2.sql b/sql/old/3.1.3/03998_sd2.sql new file mode 100644 index 00000000000..6927d6f7a65 --- /dev/null +++ b/sql/old/3.1.3/03998_sd2.sql @@ -0,0 +1,7 @@ +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'), +(-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; |
