[9601] check for UNIT_FLAG_OOC_NOT_ATTACKABLE in DynamicObjectUpdater::VisitHelper

this will solve the problem that spiritguides could get attacked
(for instance with spell 2121)

thx to DasMy who helped with research :)
This commit is contained in:
balrok 2010-03-17 21:22:03 +01:00
parent 3db4616e17
commit b20f9138f6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9600"
#define REVISION_NR "9601"
#endif // __REVISION_NR_H__