diff options
| -rw-r--r-- | sql/updates/world/2015_04_26_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_26_01_world.sql b/sql/updates/world/2015_04_26_01_world.sql new file mode 100644 index 00000000000..b7c45c1f987 --- /dev/null +++ b/sql/updates/world/2015_04_26_01_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `spell_linked_spell` SET `type`=0 WHERE `spell_trigger`=44869 AND `spell_effect`=44866 AND `type`=1; + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=46021 AND `spell_effect`=44852; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(46021,44852,0,'Transported to the spectral realm turn Sathrovarr Hostile'); |
