From 3f1a6ecc8cbacbd000c870309d55164fd756f858 Mon Sep 17 00:00:00 2001 From: P0nk Date: Wed, 3 Aug 2022 08:29:57 +0200 Subject: [PATCH] Fix NPC script at end of Puppeteer's Secret Passage (910510100) --- scripts/npc/1063017.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npc/1063017.js b/scripts/npc/1063017.js index 4a25ce165e..cd16e75fcd 100644 --- a/scripts/npc/1063017.js +++ b/scripts/npc/1063017.js @@ -30,7 +30,7 @@ function action(mode, type, selection) { if (cm.getClient().getChannelServer().getMapFactory().getMap(925020010).getCharacters().size() > 0) { cm.sendOk("Someone is already challenging the Master. Try again later."); } else { - const MapleLifeFactoroy = Java.type('server.life.MapleLifeFactoroy'); + const LifeFactory = Java.type('server.life.LifeFactory'); const Point = Java.type('java.awt.Point'); cm.getWarpMap(910510202).spawnMonsterOnGroundBelow(LifeFactory.getMonster(9300346), new Point(95, 200)); cm.warp(910510202, 0);