[11008] Fix wrong threat assignment in threatAssist().

It may have been faster, but unfortunately made the aggressor threatened by his enemies instead of the opposite...
In case Player heals himself, this is of course pointless as he chooses target himself, hence it had no real effect at all.
This commit is contained in:
Lynx3d 2011-01-14 20:39:18 +01:00
parent f7d49a4254
commit 279c99bd0f
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11007"
#define REVISION_NR "11008"
#endif // __REVISION_NR_H__