mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
SQL: Add missing changes to character_base.sql
Thanks to Chevron for reminding
This commit is contained in:
parent
cd17085407
commit
a3db31e371
1 changed files with 1 additions and 0 deletions
|
|
@ -1160,6 +1160,7 @@ CREATE TABLE `characters` (
|
|||
`guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
|
||||
`account` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account Identifier',
|
||||
`name` varchar(12) NOT NULL DEFAULT '',
|
||||
`slot` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`race` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`class` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue