diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 40652d48a3d..049972f9ba0 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6752,7 +6752,7 @@ void AuraEffect::HandleAuraControlVehicle(bool apply, bool Real) if(!caster) return; - Vehicle *vehicle = dynamic_cast<Vehicle*>(m_target); + /*Vehicle *vehicle = dynamic_cast<Vehicle*>(m_target); if (apply) { @@ -6769,7 +6769,7 @@ void AuraEffect::HandleAuraControlVehicle(bool apply, bool Real) caster->RemoveAurasDueToSpell(spell->Id); caster->ExitVehicle(); - } + }*/ } void AuraEffect::HandleAuraConvertRune(bool apply, bool Real) |