diff options
author | gvcoman <none@none> | 2008-11-17 18:57:16 -0500 |
---|---|---|
committer | gvcoman <none@none> | 2008-11-17 18:57:16 -0500 |
commit | 868c2ef17592a047d48bdf618328eadf15aa9372 (patch) | |
tree | 2e9d58b9b8643ecfb5de1873ca415b2d9b2a99bc /src/game/Spell.cpp | |
parent | 4cd86b2ed5fd320dd1adbbd64338513ef0d4a001 (diff) |
* Implemented new summon possessed summon type for spell 49352.
* Unsummon all summon possessed units on summoning aura cancel.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index c3670686679..eae232085ed 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -3863,6 +3863,7 @@ uint8 Spell::CanCast(bool strict) { case SUMMON_TYPE_POSESSED: case SUMMON_TYPE_POSESSED2: + case SUMMON_TYPE_POSESSED3: case SUMMON_TYPE_DEMON: case SUMMON_TYPE_SUMMON: { |