summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 62e3a9eff..c2bdd9bbf 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -553,7 +553,7 @@ function script mstone {
return (
MAGIC_LVL == .@v &&
- readparam(bInt) >= $MANA_BINT+(.int*.@v) &&
+ readparam2(bInt) >= $MANA_BINT+(.int*.@v) &&
BaseLevel >= $MANA_BLVL+(.lvl*.@v) &&
JobLevel >= $MANA_JLVL+(.jlv*.@v) &&
readparam(Sp) == readparam(MaxSp));