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/009-2/scholar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/009-2/scholar.txt') diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt index 138008b6b..ee364d18a 100644 --- a/npc/009-2/scholar.txt +++ b/npc/009-2/scholar.txt @@ -32,7 +32,7 @@ L_NotEnough: if (JobLevel < $MANA_JLVL+MAGIC_LVL*rand(10,12)) { mesq l("Out of my experience, your job may not be enough."); } - if (readparam(bInt) < $MANA_BINT+MAGIC_LVL*rand(10,13)) { + if (readparam2(bInt) < $MANA_BINT+MAGIC_LVL*rand(10,13)) { mesq l("Out of my experience, your base intelligence may not be enough."); if (!.@q) mesc l("You should reset your stats and allocate some points at intelligence."); -- cgit v1.2.3-60-g2f50