summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-03 14:07:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-03 14:07:53 -0300
commit4fcbee767848cb0a4b34db504fa0cb30d55dc78d (patch)
treebb7b13be1935ae2769dc4aaf0b6b0644d28b83ae /npc/009-2
parent42ff46a168148ceb70bb37431ad4d162429be464 (diff)
downloadserverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.gz
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.bz2
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.xz
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.zip
Use readparam2() instead of readparam() in several places
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/scholar.txt2
1 files changed, 1 insertions, 1 deletions
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.");