Files
TrinityCore/sql/updates/838_world_scripts.sql
Blaymoira 8137a534b4 *Cleanup in code
--HG--
branch : trunk
2009-01-14 18:32:03 +01:00

5 lines
202 B
SQL

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';