diff options
| author | Spp <none@none> | 2010-04-07 17:24:07 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-07 17:24:07 +0200 |
| commit | f490ad5ac259712e323f0a52e608ff1383b2fc41 (patch) | |
| tree | 1bbe00973a622672eccf3450f302f7cb3bc33882 /src/game/SpellEffects.cpp | |
| parent | 502fc82fb822e4245aff0530d22c013daa5d3de9 (diff) | |
Code Style: tab to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 7c95149880d..f0f24b9a2e6 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1350,7 +1350,7 @@ void Spell::EffectDummy(uint32 i) return; if(BattleGround* bg = m_caster->ToPlayer()->GetBattleGround()) - bg->EventPlayerDroppedFlag(m_caster->ToPlayer()); + bg->EventPlayerDroppedFlag(m_caster->ToPlayer()); m_caster->CastSpell(m_caster, 30452, true, NULL); return; @@ -7133,8 +7133,8 @@ void Spell::EffectTransmitted(uint32 effIndex) { if(m_caster->GetTypeId() == TYPEID_PLAYER) { - pGameObj->AddUniqueUse(m_caster->ToPlayer()); - m_caster->AddGameObject(pGameObj); // will removed at spell cancel + pGameObj->AddUniqueUse(m_caster->ToPlayer()); + m_caster->AddGameObject(pGameObj); // will removed at spell cancel } break; } |
