Some code cleanup changes.

This commit is contained in:
MobiusDev
2015-05-20 09:23:41 +00:00
parent 1fe9ce725f
commit 09c4e1e1be
3 changed files with 5 additions and 5 deletions

View File

@@ -238,7 +238,7 @@ public class MonasteryOfSilence2 extends AbstractNpcAI
if ((holder == null) && (instanceId > 0))
{
holder = new InstanceHolder();
this.instanceWorlds.put(Integer.valueOf(instanceId), holder);
instanceWorlds.put(Integer.valueOf(instanceId), holder);
}
player.stopAllEffectsExceptThoseThatLastThroughDeath();
player.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);