forgottenserver
forgottenserver copied to clipboard
create_item.lua incorrect charges for amulets/weapons
Before creating an issue, please ensure:
- [x] This is a bug in the software that resides in this repository, and not a support matter (use https://otland.net/forums/support.16/ for support)
- [x] This issue is reproducible without changes to the C++ code in this repository
Steps to reproduce (include any configuration/script required to reproduce)
- /i strange talisman, 200
Expected behaviour
strange talisman is created with 200 charges
Actual behaviour
strange talisman is created with 100 charges
Environment
create item talkaction seems to not have a handling for items with charges that are not stackable
Possible fix?
