aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/2688_playercreateinfo.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.6/2688_playercreateinfo.sql')
-rw-r--r--sql/updates/0.6/2688_playercreateinfo.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/0.6/2688_playercreateinfo.sql b/sql/updates/0.6/2688_playercreateinfo.sql
new file mode 100644
index 00000000000..766e92b016e
--- /dev/null
+++ b/sql/updates/0.6/2688_playercreateinfo.sql
@@ -0,0 +1,13 @@
+ALTER TABLE `playercreateinfo`
+ DROP `BaseStrength`,
+ DROP `BaseAgility`,
+ DROP `BaseStamina`,
+ DROP `BaseIntellect`,
+ DROP `BaseSpirit`,
+ DROP `BaseArmor`,
+ DROP `BaseHealth`,
+ DROP `BaseMana`,
+ DROP `BaseRage`,
+ DROP `BaseFocus`,
+ DROP `BaseEnergy`;
+ \ No newline at end of file