Example #1
0
 private function combatAIPushSpell(SR_Spell $spell, $argstr = '')
 {
     $this->combatPush('spell ' . $spell->getName() . ($argstr === '' ? '' : ' ' . $argstr));
     return true;
 }