[9044] Exclude TARGET_SELF from IsExplicitPositiveTarget.

This must fix triggred spells casting in case when it self casted but cast code send diff target.
This commit is contained in:
VladimirMangos 2009-12-21 16:48:11 +03:00
parent a01f2e1f72
commit 68c8757127
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9043"
#define REVISION_NR "9044"
#endif // __REVISION_NR_H__