686970717273747576
public L2CharacterAI getAI() { synchronized(this) { if (_ai == null) _ai = new L2SiegeGuardAI(new AIAccessor()); } return _ai; }