aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 17:24:07 +0200
committerSpp <none@none>2010-04-07 17:24:07 +0200
commitf490ad5ac259712e323f0a52e608ff1383b2fc41 (patch)
tree1bbe00973a622672eccf3450f302f7cb3bc33882 /src/game/SpellAuras.cpp
parent502fc82fb822e4245aff0530d22c013daa5d3de9 (diff)
Code Style: tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 3a91bcffe58..e98a904bd3b 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -915,10 +915,10 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster,
case 48020: // Demonic Circle
if(target->GetTypeId() == TYPEID_PLAYER)
if(GameObject* obj = target->GetGameObject(48018))
- {
- target->ToPlayer()->TeleportTo(obj->GetMapId(),obj->GetPositionX(),obj->GetPositionY(),obj->GetPositionZ(),obj->GetOrientation());
- target->ToPlayer()->RemoveMovementImpairingAuras();
- }
+ {
+ target->ToPlayer()->TeleportTo(obj->GetMapId(),obj->GetPositionX(),obj->GetPositionY(),obj->GetPositionZ(),obj->GetOrientation());
+ target->ToPlayer()->RemoveMovementImpairingAuras();
+ }
break;
}
break;