mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 03:57:15 +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,
|
`unit` smallint(2) unsigned NOT NULL,
|
||||||
`name` tinytext NOT NULL,
|
`name` tinytext NOT NULL,
|
||||||
`wref` int(11) unsigned NOT NULL,
|
`wref` int(11) unsigned NOT NULL,
|
||||||
`level` mediumint(3) unsigned NOT NULL,
|
`level` tinyint(3) unsigned NOT NULL,
|
||||||
`points` mediumint(3) unsigned NOT NULL,
|
`points` int(3) unsigned NOT NULL,
|
||||||
`experience` int(11) NOT NULL,
|
`experience` int(11) NOT NULL,
|
||||||
`dead` tinyint(1) unsigned NOT NULL,
|
`dead` tinyint(1) unsigned NOT NULL,
|
||||||
`health` float(12,9) unsigned NOT NULL,
|
`health` float(12,9) unsigned NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user