[8360] Simplify and partly rewrite SPELL_EFFECT_TRIGGER_SPELL work.

* Always use explicit spell cast from effect code
* Always use for normal case unitTraget self cast
  that fix thriggered spell apply to area targets.
This commit is contained in:
VladimirMangos 2009-08-12 23:27:53 +04:00
parent 39b2844210
commit a8a22db09d
2 changed files with 29 additions and 39 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8359"
#define REVISION_NR "8360"
#endif // __REVISION_NR_H__