aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:06:21 -0700
committermaximius <none@none>2009-09-14 16:06:21 -0700
commit4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (patch)
tree52418d9fdb958c6ff4f2bffe2b58121e73807bc4 /src/game/SpellAuras.cpp
parentb37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff)
*Use 4 spaces instead of tabs in .cpp and .h files
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index e9027764b7d..510c14c943b 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -7000,8 +7000,8 @@ bool AuraEffect::IsPeriodicTickCrit(Unit const * pCaster) const
void Aura::HandleModTargetArmorPct(bool apply, bool Real)
{
- if(m_target->GetTypeId() != TYPEID_PLAYER)
- return;
+ if(m_target->GetTypeId() != TYPEID_PLAYER)
+ return;
- ((Player*)m_target)->UpdateArmorPenetration();
+ ((Player*)m_target)->UpdateArmorPenetration();
}