diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index fb80819fcc0..eb0f7ad5af3 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -4210,8 +4210,8 @@ uint8 Spell::CanCast(bool strict) switch(m_spellInfo->EffectMiscValueB[i]) { case SUMMON_TYPE_POSESSED: - case SUMMON_TYPE_POSESSED2: - case SUMMON_TYPE_POSESSED3: + case SUMMON_TYPE_RACE_CONTROLLER: + case SUMMON_TYPE_STEAM_TONK: case SUMMON_TYPE_DEMON: case SUMMON_TYPE_SUMMON: { |