[11879] Inform AI function of original caster in some cases

Inform the AI of an original caster for JustSummoned and SpellHitTarget.
This should make scripting some hard cases easier.
Remark that _both_ caster and original caster will be informed (if they are different).

Check your scripts that they still behave as expected!
This commit is contained in:
Schmoozerd 2012-01-19 00:03:29 +01:00
parent 461be74c3a
commit 177bc78108
3 changed files with 20 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11878"
#define REVISION_NR "11879"
#endif // __REVISION_NR_H__