#116 - Massive Exp Gain, possibly due to nulled npcs.

This commit is contained in:
Rodgerwilco 2012-05-04 13:45:24 -07:00
parent e7d75df1a7
commit f9e3d14a4f

View File

@ -59,6 +59,9 @@ public class FightEvent extends DelayedEvent {
}
public void run() {
if(owner == null || affectedMob == null) {
return;
}
if (!owner.loggedIn()
|| (affectedMob instanceof Player && !((Player) affectedMob)
.loggedIn())) {