Files
TrinityCore2/sql/updates/5524_world_scripts.sql
Kudlaty 72f3a2e467 Fix #492. Also change in other files CR/LF to LF.
Note: Please be sure to use unix coding style before push

--HG--
branch : trunk
2009-11-27 04:34:21 +01:00

7 lines
304 B
SQL

update creature_template set ScriptName = 'npc_iruk' where entry = 26219;
UPDATE creature_template SET ScriptName = 'npc_corastrasza' WHERE entry = 32548;
DELETE FROM `spell_script_target` WHERE entry = 61245;
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(61245, 1, 32535);