mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 22:31:35 -08:00
DB/Characters: fix base dumps
This commit is contained in:
parent
42e5f13101
commit
f6b759adce
9 changed files with 41 additions and 41 deletions
|
|
@ -69,8 +69,8 @@ CREATE TABLE `characters`
|
|||
`power6` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`power7` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`latency` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`speccount` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`activespec` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`talentGroupsCount` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
`activeTalentGroup` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`exploredZones` longtext,
|
||||
`equipmentCache` longtext,
|
||||
`ammoId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue