Files
TrinityCore/sql/updates/2.4.3_updates/1018_wrold.sql
Drahy 061d10d875 * Removed "()" from sql names because of an error in CMakeLists
* Updated CMakeLists for current names
* Changed some new sqls to proper names and directories
* Reverted changes in ba79b83e93dc - now working properly with fixed Character converter
* Some other cleaning

--HG--
branch : trunk
2009-02-06 23:28:26 +01:00

6 lines
390 B
SQL

DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (31224,41292,44007,44867);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(31224, -1543, 2, 'Cloak of Shadows - Flare'),
(41292, 42017, 2, 'Aura of Suffering'),
(44007, -43657, 2, 'Storm Eye Safe Zone Immune'),
(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm');