aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/behavior/types.go')
-rw-r--r--internal/behavior/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go
index 7d95cc3..18d6363 100644
--- a/internal/behavior/types.go
+++ b/internal/behavior/types.go
@@ -93,7 +93,7 @@ type ProductionData struct {
type StealData struct {
TargetType string
- StealTable string
+ StealDrops []DropEntry
StealLevel int
StealXP int
StealSpeed float64