aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2010-04-11 11:38:52 +0400
committern0n4m3 <none@none>2010-04-11 11:38:52 +0400
commit5d0c5c244811625224d779b799e2e2a24f35b819 (patch)
treee4cb5d2c77edc4bed5dfde5a0a9b24e849441f9e /sql/updates
parentc03240d79b58c3e30f45b6effdb7b438bd539349 (diff)
Fix load spell.dbc, sql table spell_dbc also drop unused fields.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7846_world_spell_dbc.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7846_world_spell_dbc.sql b/sql/updates/7846_world_spell_dbc.sql
new file mode 100644
index 00000000000..0173fb01c53
--- /dev/null
+++ b/sql/updates/7846_world_spell_dbc.sql
@@ -0,0 +1,6 @@
+ALTER TABLE spell_dbc DROP EffectBaseDice1;
+ALTER TABLE spell_dbc DROP EffectBaseDice2;
+ALTER TABLE spell_dbc DROP EffectBaseDice3;
+ALTER TABLE spell_dbc DROP EffectDicePerLevel1;
+ALTER TABLE spell_dbc DROP EffectDicePerLevel2;
+ALTER TABLE spell_dbc DROP EffectDicePerLevel3;