DB/Spell: linked spell for Worg Disguise

Allows players to remove it by right-clicking. Confirmed from sniffs.
This commit is contained in:
SnapperRy
2016-08-25 08:53:21 +02:00
committed by GitHub
parent 8500d0f9e0
commit 69bec9a022

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43369, -43369, -68347);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(43369, 68347, 0, "Worg Disguise"),
(-43369, -68347, 0, "Worg Disguise"),
(-68347, -43369, 0, "Worg Disguise");