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