mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
update hero table
This commit is contained in:
@@ -795,8 +795,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
|
||||
`unit` smallint(2) unsigned NOT NULL,
|
||||
`name` tinytext NOT NULL,
|
||||
`wref` int(11) unsigned NOT NULL,
|
||||
`level` mediumint(3) unsigned NOT NULL,
|
||||
`points` mediumint(3) unsigned NOT NULL,
|
||||
`level` tinyint(3) unsigned NOT NULL,
|
||||
`points` int(3) unsigned NOT NULL,
|
||||
`experience` int(11) NOT NULL,
|
||||
`dead` tinyint(1) unsigned NOT NULL,
|
||||
`health` float(12,9) unsigned NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user