Skip to content

Commit

Permalink
fix offering lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Jan 8, 2025
1 parent d7926a8 commit 63570fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_types_unity.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type MappedMultilangNPCAlmanaxUnity struct {
ItemCategoryId int `json:"itemCategoryId"`
ItemName map[string]string `json:"itemName"`
Quantity int `json:"quantity"`
}
} `json:"offering"`
Bonus map[string]string `json:"bonus"`
BonusType map[string]string `json:"bonusType"`
RewardKamas int `json:"rewardKamas"`
Expand Down

0 comments on commit 63570fd

Please sign in to comment.