[10768] Remove useless code in PetAI::_stopAttack()

Those are all processed elsewhere and _stopAttack() can not be called when pet is not alive.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-11-21 14:52:25 +01:00
parent 272fa74854
commit 24d410701f
3 changed files with 1 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10767"
#define REVISION_NR "10768"
#endif // __REVISION_NR_H__