[11871] Reorder caster/target selection for normal case in Aura::TriggerSpell

There is no reason to overwrite behaviour of custom code, also it is easier if caster/ target selection is done early to prevent unexpected changes after custom code
This commit is contained in:
Schmoozerd 2011-12-21 22:49:07 +01:00
parent 2a0a88c1e6
commit 4989b48ffd
2 changed files with 38 additions and 43 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11870"
#define REVISION_NR "11871"
#endif // __REVISION_NR_H__