update hero table

This commit is contained in:
unknown
2012-06-29 01:27:44 +03:00
parent 5d317f3978
commit 55ab43f4da
+2 -2
View File
@@ -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,