Added 'ineffective' as a success outcome for spying

This commit is contained in:
2019-06-12 16:07:52 +10:00
parent 92dc79f367
commit 451d70eda1
3 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ CREATE TABLE IF NOT EXISTS pastSpying (
defenderId INTEGER UNSIGNED,
attackingUnits INTEGER UNSIGNED,
success ENUM ('success', 'failure'),
success ENUM ('success', 'failure', 'ineffective'),
spoilsGold INTEGER,