Combat is working

This commit is contained in:
2019-05-29 06:55:23 +10:00
parent 2aeb9e7e10
commit bbf0f170d7
5 changed files with 125 additions and 46 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ CREATE TABLE IF NOT EXISTS pastCombat (
attackerId INTEGER UNSIGNED,
defenderId INTEGER UNSIGNED,
attackingUnits INTEGER UNSIGNED,
defindingUnits INTEGER UNSIGNED,
defendingUnits INTEGER UNSIGNED,
undefended BOOLEAN,