diff options
-rw-r--r-- | sql/updates/world/3.3.5/2016_08_25_04_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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"); |