Fixed network latency bug

This commit is contained in:
2019-05-30 21:43:32 +10:00
parent daf7c9b157
commit f334e342b2
4 changed files with 39 additions and 21 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ CREATE TABLE IF NOT EXISTS pendingCombat (
eventTime TIMESTAMP,
attackerId INTEGER UNSIGNED,
attackerId INTEGER UNSIGNED UNIQUE,
defenderId INTEGER UNSIGNED,
attackingUnits INTEGER UNSIGNED,