RanvierMUD/core

ItemFactory entityRef needs area name

Opened this issue · 0 comments

the function create in ItemFactory wants the name of the item with the name of the area like: AreaName:ItemId.

I would change the entityRef with only the ItemId because the AreaName is already into the area variable that the function needs to work.

In this way using the function create will be more natural