This commit is contained in:
Periwinks
2019-08-08 21:22:24 -04:00
committed by Ronan Lana
parent b6ec7164d5
commit 993398180e

View File

@@ -4827,6 +4827,10 @@ public class MapleCharacter extends AbstractMapleCharacterObject {
}
public int getQuestExpRate() {
if (hasNoviceExpRate()) {
return 1;
}
World w = getWorldServer();
return w.getExpRate() * w.getQuestRate();
}