127128129130131132133134135
@Override public L2SummonAI getAI() { if(_ai == null) { _ai = new L2SummonAI(this); } return (L2SummonAI) _ai; }