mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Spell: linked spell for Worg Disguise
Allows players to remove it by right-clicking. Confirmed from sniffs.
This commit is contained in:
6
sql/updates/world/3.3.5/2016_08_25_04_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_08_25_04_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user