diff options
| author | p0wer <none@none> | 2009-12-20 18:51:58 -0600 |
|---|---|---|
| committer | p0wer <none@none> | 2009-12-20 18:51:58 -0600 |
| commit | 5ae3686d710784cab9fe4fd4ac6134ade607b707 (patch) | |
| tree | 97450aac553e2e3ec6da05519cca42936d105b98 /src | |
| parent | 34fe36ecac117c9e030949e19619575d9a688267 (diff) | |
Fix whitespace. Sorry about that.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 73400d362c4..8a1fba69b0a 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2982,7 +2982,7 @@ void AuraEffect::HandleAuraDummy(bool apply, bool Real, bool changeAmount) case 62061: // Festive Holiday Mount if(m_target->HasAuraType(SPELL_AURA_MOUNTED)) m_target->CastSpell(m_target, 25860, true, NULL, this); // Reindeer Transformation - return; + return; case 52916: // Honor Among Thieves if(m_target->GetTypeId() == TYPEID_PLAYER) if (Unit * target = ObjectAccessor::GetUnit(*m_target,((Player*)m_target)->GetComboTarget())) |
