Added 'ineffective' as a success outcome for spying
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user