diff options
Diffstat (limited to 'npc/009-2/scholar.txt')
-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."); |