aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2016-09-06 14:18:20 -0400
committerKinzcool <kinzzcool@hotmail.com>2016-09-06 14:18:20 -0400
commit35dcb452521cbbf681652ce284fc900710c6c98a (patch)
treec511fbaa10b2d631bb6e9ff4b5cc4e73bb682082 /sql/updates
parent050d5d879b332af824c503be02f8fef6592a546d (diff)
Core/Creatures: Load expansion data from `HealthScalingExpansion` column instead of the now-deprecated `exp` one
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/6.x/2016_09_06_05_world_.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_06_05_world_.sql b/sql/updates/world/6.x/2016_09_06_05_world_.sql
new file mode 100644
index 00000000000..f3148731a30
--- /dev/null
+++ b/sql/updates/world/6.x/2016_09_06_05_world_.sql
@@ -0,0 +1 @@
+ALTER TABLE `creature_template` DROP COLUMN `exp`;