828384858687888990
@Override public L2CharacterAI getAI() { if(_ai == null) { _ai = new L2StaticObjectAI(this); } return _ai; }
171819202122232425