[8984] Fixed max channaled spell distance check at aura update.

Radius for target applied chanmaled auras around affect, not for caster diatance check.
So use spell range and _only_ for explicit pointed channled target for spell.
This commit is contained in:
VladimirMangos 2009-12-13 17:50:15 +03:00
parent fc3a721848
commit a27ca31ce0
2 changed files with 12 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8983"
#define REVISION_NR "8984"
#endif // __REVISION_NR_H__