[9955] Prevent negetive proc events from possitive effects of negative spells.

Some negative spells have positive effects with targets not affected by negative effects of spell.
For example spell 45524 cast negative effecst to target and possitive effect to caster self.
For like possitive only target of negetive spell will not triggered negative proc events.
In last cases will avoid triggering glyph 43537 at caster at spell 43537 cast.
This commit is contained in:
VladimirMangos 2010-05-22 16:12:53 +04:00
parent 182fda8f3e
commit de454d6ff8
4 changed files with 32 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9954"
#define REVISION_NR "9955"
#endif // __REVISION_NR_H__