Rename and clean up MapleShop

This commit is contained in:
P0nk
2021-09-09 22:47:39 +02:00
parent e31894caae
commit 104444e83b
5 changed files with 42 additions and 42 deletions

View File

@@ -373,7 +373,7 @@ public class NPCConversationManager extends AbstractPlayerInteraction {
}
public void openShopNPC(int id) {
MapleShop shop = MapleShopFactory.getInstance().getShop(id);
Shop shop = MapleShopFactory.getInstance().getShop(id);
if (shop != null) {
shop.sendShop(c);