mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
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.
4 lines
108 B
C
4 lines
108 B
C
#ifndef __REVISION_NR_H__
|
|
#define __REVISION_NR_H__
|
|
#define REVISION_NR "9089"
|
|
#endif // __REVISION_NR_H__
|