This commit is contained in:
michael.reiswich
2021-01-25 15:03:48 +01:00
parent ddffff8817
commit 03066b778e

View File

@@ -209,10 +209,10 @@ weapondamageUtil();
import soundUtil from './util/sound';
soundUtil();
import clotheShopList from './Interaction/clothes/ClotheShop';
import clotheShopList from './Interaction/Clothes/ClotheShop';
clotheShopList(globalData);
import FriseurShopList from './Interaction/friseur/Friseur';
import FriseurShopList from './Interaction/Friseur/Friseur';
FriseurShopList(globalData);
import itemShopList from './Interaction/ItemShop';