[Tasks] Implement alternate currency rewards (#2827)

* Reward currency on task completion

* Handle reward window

* Tweaks
This commit is contained in:
Chris Miles
2023-02-06 17:24:13 -06:00
committed by GitHub
parent 404f7cada8
commit d369b47ef4
3 changed files with 57 additions and 12 deletions
+3
View File
@@ -1028,4 +1028,7 @@ enum ZoningMessage : int8
ZoneNoExperience = -7
};
#define ALT_CURRENCY_ID_RADIANT 4
#define ALT_CURRENCY_ID_EBON 5
#endif /*COMMON_EQ_CONSTANTS_H*/