Update items.h (#4574)
This commit is contained in:
parent
08bdc85359
commit
2e7c32019f
1 changed files with 1 additions and 1 deletions
|
@ -1781,7 +1781,7 @@ const struct Item gItemsInfo[] =
|
|||
[ITEM_EXP_CANDY_XL] =
|
||||
{
|
||||
.name = _("Exp.Candy XL"),
|
||||
.pluralName = _("Exp.Candies L"),
|
||||
.pluralName = _("Exp.Candies XL"),
|
||||
.price = 10000,
|
||||
.holdEffectParam = EXP_30000,
|
||||
.description = COMPOUND_STRING(
|
||||
|
|
Loading…
Reference in a new issue