[10465] Implement SPELL_EFFECT_REDIRECT_THREAT

Note: all spells with effect expect additional code for redirection reset.
Until code adding redirection work longer that expected.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Patch partly rewrited with move new data into HostileRefManager
and added redirection to threatAssist. Also bug fixed with
redirection threat to unit not in hostile list yet.
This commit is contained in:
ascent 2010-09-11 00:03:27 +04:00 committed by VladimirMangos
parent f441216aa0
commit 88cc2d440f
7 changed files with 85 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10464"
#define REVISION_NR "10465"
#endif // __REVISION_NR_H__