aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorRat <gmstreetrat@gmail.com>2014-11-10 15:11:42 +0100
committerRat <gmstreetrat@gmail.com>2014-11-10 15:11:42 +0100
commitd268b81044707e15266eadb4ab49f176135d4c26 (patch)
treebf60d9c1f48b602c0638c95583dff3868ef55517 /sql/updates
parentb4a9f471238aeefcadab765fc8ec2ae4b1af79bd (diff)
Revert "Core/DataStores: Implemented loading of SpellMisc.db2, SpellClassOptions.db2, SpellPower.db2, SpellAuraRestrictions.db2, OverrideSpellData.db2 files"
This reverts commit b4a9f471238aeefcadab765fc8ec2ae4b1af79bd.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2014_11_10_02_world.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/updates/world/2014_11_10_02_world.sql b/sql/updates/world/2014_11_10_02_world.sql
deleted file mode 100644
index 4b0fc4a4fe2..00000000000
--- a/sql/updates/world/2014_11_10_02_world.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE spell_proc_event ADD spellFamilyMask3 INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER spellFamilyMask2;
-ALTER TABLE spell_proc ADD spellFamilyMask3 INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER spellFamilyMask2;