mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-26 14:36:06 +00:00
Add T4 Hero Resource and some fix
Add T4 Hero Resource and some fix
This commit is contained in:
@@ -1002,6 +1002,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
|
||||
`attackbonus` tinyint(3) NULL,
|
||||
`defencebonus` tinyint(3) NULL,
|
||||
`regeneration` tinyint(3) NULL,
|
||||
`resources` tinyint(3) NOT NULL DEFAULT 0,
|
||||
`res_type` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`autoregen` int(2) NULL,
|
||||
`lastupdate` int(11) NULL,
|
||||
`trainingtime` int(11) NULL,
|
||||
|
||||
Reference in New Issue
Block a user