Files
TrinityCore/sql/updates/1558_world.sql
Drahy 3f36d9eb95 * Trinity sql coding style
* Added 1703_world.sql
* Small fixies in other files

--HG--
branch : trunk
2009-03-07 22:17:45 +01:00

5 lines
372 B
SQL

DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '44869' AND `spell_effect` = '-45018';
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '46019' AND `spell_effect` = '-45018';
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(44869, -45018, 1, 'Remove Arcane Buffet'),
(46019, -45018, 1, 'Remove Arcane Buffet');