From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- internal/action/action.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/action/action.go') diff --git a/internal/action/action.go b/internal/action/action.go index 9cd4c0f..44f27f8 100644 --- a/internal/action/action.go +++ b/internal/action/action.go @@ -24,6 +24,8 @@ type DropEntry struct { Quantity int `yaml:"quantity"` Depletes bool `yaml:"depletes"` Message string `yaml:"message"` + Level int `yaml:"level"` + XP int `yaml:"xp"` } type DropTableDef struct { -- cgit v1.2.3