mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: hero dying and revival doesn't work correctly with multiple heroes
This commit is contained in:
+2
-1
@@ -916,7 +916,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
|
||||
PRIMARY KEY (`heroid`),
|
||||
KEY `uid` (`uid`, `dead`) USING BTREE,
|
||||
KEY `lastupdate` (`lastupdate`),
|
||||
KEY `inrevive` (`inrevive`)
|
||||
KEY `inrevive` (`inrevive`),
|
||||
KEY `intraining` (`intraining`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user