From 80b6f5462459a1714df1bb042050da8244cc3d51 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 25 Aug 2016 08:53:21 +0200 Subject: DB/Spell: linked spell for Worg Disguise Allows players to remove it by right-clicking. Confirmed from sniffs. (cherry picked from commit 69bec9a02232c02fab676eae22305042c0aa9432) --- .../world/master/2017_02_18_24_world_2016_08_25_04_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_24_world_2016_08_25_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_02_18_24_world_2016_08_25_04_world.sql b/sql/updates/world/master/2017_02_18_24_world_2016_08_25_04_world.sql new file mode 100644 index 00000000000..88a899064e1 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_24_world_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"); -- cgit v1.2.3