Remove startzone from tasks table since it's not needed

This commit is contained in:
Michael Cook (mackal)
2018-07-08 18:42:26 -04:00
parent 2418c3dd74
commit 3969ac346d
2 changed files with 7 additions and 9 deletions
-1
View File
@@ -146,7 +146,6 @@ struct TaskInformation {
int CashReward; // Expressed in copper
int XPReward;
TaskMethodType RewardMethod;
int StartZone;
int ActivityCount;
SequenceType SequenceMode;
int LastStep;