From e42bc6340771d87e2fb0263a4ad81528aeebec69 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:14:55 +0100 Subject: feat: Pest Repellent Detection --- basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'basetypes/src/main') diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt index 8424893..a3910a0 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -31,6 +31,7 @@ enum class TransactionType { KUUDRA_CHEST_OPEN, NPC_BUY, NPC_SELL, + PEST_REPELLENT_USED, VISITOR_BARGAIN, WYRM_EVOKED, } \ No newline at end of file -- cgit