forked from MagicBane/Server
remove test block
This commit is contained in:
@@ -265,9 +265,6 @@ public class CharacterSkill extends AbstractGameObject {
|
|||||||
this.ownerUID = mob.getObjectUUID();
|
this.ownerUID = mob.getObjectUUID();
|
||||||
this.isMobOwner = true;
|
this.isMobOwner = true;
|
||||||
boolean isGuard = mob.agentType.equals(Enum.AIAgentType.GUARDCAPTAIN) || mob.agentType.equals(Enum.AIAgentType.GUARDMINION);
|
boolean isGuard = mob.agentType.equals(Enum.AIAgentType.GUARDCAPTAIN) || mob.agentType.equals(Enum.AIAgentType.GUARDMINION);
|
||||||
if(isGuard) {
|
|
||||||
boolean poop = true;
|
|
||||||
}
|
|
||||||
calculateMobBaseAmount(isGuard);
|
calculateMobBaseAmount(isGuard);
|
||||||
calculateModifiedAmount(isGuard);
|
calculateModifiedAmount(isGuard);
|
||||||
this.skillType = CharacterSkills.GetCharacterSkillByToken(this.skillsBase.getToken());
|
this.skillType = CharacterSkills.GetCharacterSkillByToken(this.skillsBase.getToken());
|
||||||
|
|||||||
Reference in New Issue
Block a user