diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-06-23 14:55:34 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-06-23 14:55:34 +0200 |
commit | 7b6390cc90af7261239e0e0025a75b9a1bd533da (patch) | |
tree | 95e60e22a874efc079e2ae1ebcd5b488a894995c | |
parent | 8aef596bd88c0e51486301c1f13ca479d70b0e96 (diff) |
DB/Spell: Magic Resistance Potion - Stacking
By untaught, closes #12156
-rw-r--r-- | sql/updates/world/ 2014_06_23_13_world_spell_group.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/ 2014_06_23_13_world_spell_group.sql b/sql/updates/world/ 2014_06_23_13_world_spell_group.sql new file mode 100644 index 00000000000..fb763d82e24 --- /dev/null +++ b/sql/updates/world/ 2014_06_23_13_world_spell_group.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_group` WHERE id=2 AND spell_id=11364; |