From 69bec9a02232c02fab676eae22305042c0aa9432 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 25 Aug 2016 08:53:21 +0200 Subject: [PATCH] DB/Spell: linked spell for Worg Disguise Allows players to remove it by right-clicking. Confirmed from sniffs. --- sql/updates/world/3.3.5/2016_08_25_04_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_25_04_world.sql diff --git a/sql/updates/world/3.3.5/2016_08_25_04_world.sql b/sql/updates/world/3.3.5/2016_08_25_04_world.sql new file mode 100644 index 00000000000..88a899064e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_25_04_world.sql @@ -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");