mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
[Core/Misc] change full character db because of currency changes.
This commit is contained in:
@@ -1199,8 +1199,6 @@ CREATE TABLE `characters` (
|
||||
`zone` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`death_expire_time` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`taxi_path` text,
|
||||
`conquestPoints` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`totalHonorPoints` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`totalKills` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`todayKills` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`yesterdayKills` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user