diff options
author | Blaymoira <none@none> | 2009-01-11 02:23:11 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-11 02:23:11 +0100 |
commit | ca1c3cf7938c6a0d88769936e86b158072ec13f6 (patch) | |
tree | 0822f1a51a5508e7c12199890295c3316948a914 /sql | |
parent | 7233c671c173ac4783fc4654d89135cd9809ab66 (diff) |
*Support for quest 11129 - by Silver1ce
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/838_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/838_world_scripts.sql b/sql/updates/838_world_scripts.sql new file mode 100644 index 00000000000..ef963ffb168 --- /dev/null +++ b/sql/updates/838_world_scripts.sql @@ -0,0 +1,3 @@ +insert into `spell_script_target` values +('42222','1','23616'); +update `creature_template` set `scriptname`='npc_kyle_frenzied' where `entry`='23616';
\ No newline at end of file |