diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2016-09-06 14:18:20 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2016-09-06 14:18:20 -0400 |
| commit | 35dcb452521cbbf681652ce284fc900710c6c98a (patch) | |
| tree | c511fbaa10b2d631bb6e9ff4b5cc4e73bb682082 /sql | |
| parent | 050d5d879b332af824c503be02f8fef6592a546d (diff) | |
Core/Creatures: Load expansion data from `HealthScalingExpansion` column instead of the now-deprecated `exp` one
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/6.x/2016_09_06_05_world_.sql | 1 |
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`; |
