aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.cpp
diff options
context:
space:
mode:
authormegamage <none@none.none>2011-10-07 12:48:20 -0400
committermegamage <none@none.none>2011-10-07 12:48:20 -0400
commit42d1562183dd0598de155e30264393edc6925a21 (patch)
tree73263639af50fcf177ff9bdf3791d8fc5afce454 /src/server/game/Spells/SpellScript.cpp
parent7f4be7e93a03c2f4c964590efb166c7dadcb6837 (diff)
parent7f89678bcda1b58ff0701c0915074e81a9caf720 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore.git
Conflicts: src/server/game/Entities/Player/Player.cpp
Diffstat (limited to 'src/server/game/Spells/SpellScript.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellScript.cpp b/src/server/game/Spells/SpellScript.cpp
index 2d83b2e8f1a..53ec7822623 100755
--- a/src/server/game/Spells/SpellScript.cpp
+++ b/src/server/game/Spells/SpellScript.cpp
@@ -87,7 +87,7 @@ bool _SpellScript::EffectHook::IsEffectAffected(SpellInfo const* spellEntry, uin
std::string _SpellScript::EffectHook::EffIndexToString()
{
- switch(effIndex)
+ switch (effIndex)
{
case EFFECT_ALL:
return "EFFECT_ALL";
@@ -114,7 +114,7 @@ bool _SpellScript::EffectNameCheck::Check(SpellInfo const* spellEntry, uint8 eff
std::string _SpellScript::EffectNameCheck::ToString()
{
- switch(effName)
+ switch (effName)
{
case SPELL_EFFECT_ANY:
return "SPELL_EFFECT_ANY";
@@ -136,7 +136,7 @@ bool _SpellScript::EffectAuraNameCheck::Check(SpellInfo const* spellEntry, uint8
std::string _SpellScript::EffectAuraNameCheck::ToString()
{
- switch(effAurName)
+ switch (effAurName)
{
case SPELL_AURA_ANY:
return "SPELL_AURA_ANY";