diff options
author | Trisjdc <trisjdc@gmail.com> | 2014-06-17 00:29:29 +0100 |
---|---|---|
committer | Trisjdc <trisjdc@gmail.com> | 2014-06-17 00:29:29 +0100 |
commit | 4191ad4cb2a90c56331e6c0775d8593d9ecb765e (patch) | |
tree | 39767f1349375621840bb4d36bb42e896e74ae0d | |
parent | a986e328b0ee04672e453ada9a0963432c99ea17 (diff) |
DB/SpellGroups: Fix a couple of runtime DB errors from f27821486b0c38e0f92bc719c997f3e9435d7c59
-rw-r--r-- | sql/updates/world/2014_06_17_00_world_spell_group.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_17_00_world_spell_group.sql b/sql/updates/world/2014_06_17_00_world_spell_group.sql new file mode 100644 index 00000000000..7d109800a42 --- /dev/null +++ b/sql/updates/world/2014_06_17_00_world_spell_group.sql @@ -0,0 +1,3 @@ + +DELETE FROM spell_group WHERE id=1059 AND spell_id=58180; +DELETE FROM spell_group WHERE id=1059 AND spell_id=58181; |