Files
TrinityCore/sql/updates/6397_world.sql
teacher e83f90bfe3 And I should do like raczman, drink lots of coffee before committing.
Thank you Xeptor for spotting silly SQL typo in 6397_world.sql

--HG--
branch : trunk
2009-12-05 18:57:48 +01:00

5 lines
242 B
SQL

DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=25478;
DELETE FROM `spell_script_target` WHERE `entry`=45634;
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
(45634,1,25478);