diff options
-rw-r--r-- | sql/updates/world/2015_05_19_04_world_2015_04_18_03.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_19_04_world_2015_04_18_03.sql b/sql/updates/world/2015_05_19_04_world_2015_04_18_03.sql new file mode 100644 index 00000000000..cc6d3d65dea --- /dev/null +++ b/sql/updates/world/2015_05_19_04_world_2015_04_18_03.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 54355 AND `spell_effect` = 54402; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(54355, 54402, 0, 'Land Mine'); |