diff --git a/scripts/npc/9120003.js b/scripts/npc/9120003.js index 6fd5ca6d30..d6894ba59a 100644 --- a/scripts/npc/9120003.js +++ b/scripts/npc/9120003.js @@ -46,7 +46,7 @@ function action(mode, type, selection) { cm.dispose(); return; } - if (cm.getMeso < price) { + if (cm.getMeso() < price) { cm.sendOk("Please check and see if you have " + price + " mesos to enter this place."); } else { cm.gainMeso(-price);