Files
TrinityCore2/sql/old/3.1.3/04615_world.sql
runningnak3d 0a5d8711e5 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

6 lines
303 B
SQL

DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(47585, 64382);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
( 47585, 60069, 2, 'Dispersion (transform/regen)'),
( 64382, 64380, 0, 'Shattering Throw'),
( 47585, 63230, 2, 'Dispersion (immunity)');