forked from MagicBane/Server
mob resist issue
This commit is contained in:
@@ -685,6 +685,9 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
}
|
||||
|
||||
public final void setResists(final Resists value) {
|
||||
if(this.getObjectType().equals(GameObjectType.Mob))
|
||||
return;
|
||||
|
||||
this.resists = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user