Methods moved to new handler

This commit is contained in:
2024-04-02 12:00:59 -04:00
parent 3ec76ab816
commit dc366068a9
3 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ public enum BuildingManager {
if (!player.charItemManager.hasRoomInventory(template.item_wt))
return false;
if (!Item.MakeItemForPlayer(template.template_id, player, amount))
if (!ItemManager.MakeItemForPlayer(template.template_id, player, amount))
return false;
shrine.setFavors(0);