Update GmShopCommand for Eva (1043004) shop (1430)

This commit is contained in:
2026-06-17 13:35:33 -04:00
parent 93facf54df
commit 70b2059ad5

View File

@@ -34,6 +34,6 @@ public class GmShopCommand extends Command {
@Override
public void execute(Client c, String[] params) {
ShopFactory.getInstance().getShop(1337).sendShop(c);
ShopFactory.getInstance().getShop(1340).sendShop(c);
}
}