aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2018_11_07_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_11_07_00_world.sql b/sql/updates/world/master/2018_11_07_00_world.sql
new file mode 100644
index 00000000000..66371e87cff
--- /dev/null
+++ b/sql/updates/world/master/2018_11_07_00_world.sql
@@ -0,0 +1,7 @@
+ALTER TABLE `creature_classlevelstats`
+ DROP `damage_base`,
+ DROP `damage_exp1`,
+ DROP `damage_exp2`,
+ DROP `damage_exp3`,
+ DROP `damage_exp4`,
+ DROP `damage_exp5`;