server/src/shared/revision_nr.h
NetSky 9a6c248dec [9089] Check explicit target correctness by all effect target modes.
All effect target modes start from client provided target data
so all its must be used for checking explicit target modes.
For example exist spells that have as first effect SELF non-explicit target mode.
but in same time negative to explicit target.

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

Also add caching IsHostileTo/IsFriendlyTo for avoid recall this not fast functions.
2009-12-31 15:32:00 +03:00

4 lines
108 B
C

#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9089"
#endif // __REVISION_NR_H__