From acebd003fb1af759821e8a40b6b6f8c1c9c74682 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 20 Oct 2012 22:53:56 +0200 Subject: [PATCH] update --- install/data/sql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/data/sql.sql b/install/data/sql.sql index 6fffd9af..e4c0bba2 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -811,6 +811,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` ( `defencebonus` tinyint(3) unsigned NOT NULL, `regeneration` tinyint(3) unsigned NOT NULL, `autoregen` int(2) NOT NULL, + `lastupdate` int(11) unsigned NOT NULL, `trainingtime` int(11) unsigned NOT NULL, `inrevive` tinyint(1) unsigned NOT NULL, `intraining` tinyint(1) unsigned NOT NULL,