387388389390391392393394395396397
{ synchronized (this) { if(_ai == null) { _ai = new L2AttackableAI(new AIAccessor()); } } } return _ai; }