diff options
| author | Blaymoira <none@none> | 2009-01-14 18:32:03 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-14 18:32:03 +0100 |
| commit | 8137a534b40918540e9fded5d3d582a6d2a9fd44 (patch) | |
| tree | cc49ed3eccc8d0399a80c617f700199bf07f55b8 /sql | |
| parent | cc92edba07225cf1683a94d0f133bd26862f319f (diff) | |
*Cleanup in code
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/838_world_scripts.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/838_world_scripts.sql b/sql/updates/838_world_scripts.sql index ef963ffb168..bb7f56c059d 100644 --- a/sql/updates/838_world_scripts.sql +++ b/sql/updates/838_world_scripts.sql @@ -1,3 +1,4 @@ +delete from spell_script_target where entry=42222; 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 +update `creature_template` set `scriptname`='npc_kyle_frenzied' where `entry`='23616'; |
