Core/Misc: Fix compile and char creation

- Added very basic honor/conquest support, no idea if its works even a little since there's no possibility of testing yet
This commit is contained in:
kaelima
2011-11-26 01:46:41 +01:00
parent e8c3a3ac9c
commit aa215e5e80
14 changed files with 87 additions and 170 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE `characters`
DROP COLUMN `todayHonorPoints`,
DROP COLUMN `yesterdayHonorPoints`,
DROP COLUMN `knownCurrencies`,
CHANGE COLUMN `arenaPoints` `conquestPoints` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `taxi_path`;