From 4fcbee767848cb0a4b34db504fa0cb30d55dc78d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Sep 2019 14:07:53 -0300 Subject: Use readparam2() instead of readparam() in several places --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/util.txt') 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)); -- cgit v1.2.3-70-g09d2