@@ -4827,6 +4827,10 @@ public class MapleCharacter extends AbstractMapleCharacterObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getQuestExpRate() {
|
public int getQuestExpRate() {
|
||||||
|
if (hasNoviceExpRate()) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
World w = getWorldServer();
|
World w = getWorldServer();
|
||||||
return w.getExpRate() * w.getQuestRate();
|
return w.getExpRate() * w.getQuestRate();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user