diff options
Diffstat (limited to 'internal/behavior')
| -rw-r--r-- | internal/behavior/types.go | 2 |
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 |
