[8430] Reapply persistent passive spells at related spellmods apply/remove.

This is solve problems with talents/glyphs/etc that affect of some talent/passive ability bonus in case:
affected talent/ability spell aura already applied before spellmod apply and not affecte as must until relearn/reload.
Example: talent 14983 and later applied glyph 42971.

Also drop dead code for removed in 3.x talent 12303.
This commit is contained in:
VladimirMangos 2009-08-28 06:11:48 +04:00
parent 16b617c3c3
commit 4cbaa5b186
2 changed files with 12 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8429"
#define REVISION_NR "8430"
#endif // __REVISION_NR_H__