[12127] Add wrapper to access spell locations

* Add SpellCastTargets::getSource to get the source position (for TARGET_FLAG_SOURCE_LOCATION)
* Add SpellCastTargets::getDestination to get the destination position (for TARGET_FLAG_DEST_LOCATION)
This commit is contained in:
Schmoozerd 2012-08-27 18:52:42 +02:00 committed by Antz
parent 147a1b04fe
commit 1707edbcfd
4 changed files with 26 additions and 60 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12126"
#define REVISION_NR "12127"
#endif // __REVISION_NR_H__