mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
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:
@@ -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`;
|
||||
Reference in New Issue
Block a user