Files
TrinityCore2/sql/updates/838_world_scripts.sql
hunteee 491bc7569b *Add new line to end of sqls.
--HG--
branch : trunk
2009-06-18 20:10:59 +02: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';