mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
6 lines
203 B
SQL
6 lines
203 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';
|
|
|