diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:07:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:07:53 -0300 |
commit | 4fcbee767848cb0a4b34db504fa0cb30d55dc78d (patch) | |
tree | bb7b13be1935ae2769dc4aaf0b6b0644d28b83ae /npc/009-2 | |
parent | 42ff46a168148ceb70bb37431ad4d162429be464 (diff) | |
download | serverdata-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.txt | 2 |
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."); |