Add T4 Hero Resource and some fix

Add T4 Hero Resource and some fix
This commit is contained in:
novgorodschi catalin
2026-07-24 08:34:50 +03:00
parent 1e19f117ca
commit 2e53094b48
20 changed files with 641 additions and 43 deletions
+2
View File
@@ -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,