diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2015-03-07 02:42:02 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2015-03-07 02:42:02 +0100 |
commit | 1dc60e8717bddab2a6bc39779a53e83c9fa3b339 (patch) | |
tree | 60a3bba7524769dfaed598f8ad5b6a635633e8bc /sql/updates | |
parent | 9a4116796f5bab4180eda82ebd145ca3b8758663 (diff) |
Scripts/Rotface: moved mutated infection removal handling to spellscripts to fix an startup error
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/2015_03_07_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_07_00_world.sql b/sql/updates/world/2015_03_07_00_world.sql new file mode 100644 index 00000000000..4cc5d647e1a --- /dev/null +++ b/sql/updates/world/2015_03_07_00_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_effect`=69706; |