aboutsummaryrefslogtreecommitdiff
path: root/basetypes
diff options
context:
space:
mode:
Diffstat (limited to 'basetypes')
-rw-r--r--basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
index 288ba8c..b353e29 100644
--- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
+++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
@@ -10,6 +10,7 @@ enum class TransactionType {
BANK_DEPOSIT,
BANK_INTEREST,
BANK_WITHDRAW,
+ BASIC_REFORGE,
BAZAAR_BUY_INSTANT,
BAZAAR_BUY_ORDER,
BAZAAR_SELL_INSTANT,