DB/Spells: Fix trap launcher for Imolation and Snake Trap

Closes #9052
This commit is contained in:
Phantons
2013-01-25 13:16:30 +00:00
committed by Nay
parent 2542c307bc
commit c9b9c69f97

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (77769, -77769);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(77769, 82946, 2, 'Trap Launcher - Add/Remove');