Files
TrinityCore2/sql/updates/838_world_scripts.sql
Drahy 3c7c36729c * Finally got all of the sql updates together and also changed their format
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3)
* Now I am starting 3.0.x sqls

--HG--
branch : trunk
2009-02-05 02:09:23 +01:00

4 lines
205 B
SQL

UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`='23616';
DELETE FROM `spell_script_target` WHERE `entry`=42222;
INSERT INTO `spell_script_target` values
('42222','1','23616');