diff --git a/include/eqlib/game/Constants.h b/include/eqlib/game/Constants.h index a3cbf1b..8682998 100644 --- a/include/eqlib/game/Constants.h +++ b/include/eqlib/game/Constants.h @@ -778,8 +778,9 @@ enum ALTCURRENCY ALTCURRENCY_TIMELESSTOKEN = 59, // LS Anniversary ALTCURRENCY_SCALEWROUGHTEMBLEM = 60, // ToB ALTCURRENCY_BROODOFFICERSEMBLEM = 61, // ToB - ALTCURRENCY_RIFTTOUCHEDSIGILS = 62, // SOR - ALTCURRENCY_FORGOTTENRUINEDCOINS = 63, // SOR + ALTCURRENCY_LOGOFVENTURES = 62, // ToB (June of 2025) + ALTCURRENCY_RIFTTOUCHEDSIGILS = 63, // SOR (this is "RIFT-TOUCHEDSIGILS" in dbsrtr_texts) + ALTCURRENCY_FORGOTTENRUINEDCOINS = 64, // SOR ALTCURRENCY_FIRST = ALTCURRENCY_DOUBLOONS, ALTCURRENCY_LAST = ALTCURRENCY_FORGOTTENRUINEDCOINS,