aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-13 18:22:31 +0100
committerXTZGZoReX <none@none>2010-01-13 18:22:31 +0100
commit5a9ef604e20d6ea30fa94a3ddbae6bc4ac6fe93e (patch)
treeec6088e76eca8d912bd6b9893d5e4ee01e35becf /src/game/SpellMgr.cpp
parentc27674a327a1e8646813dd8482b1068f4b7794e1 (diff)
* Fix CRLF.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index b934b9823df..35ccabd1c60 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3542,8 +3542,8 @@ void SpellMgr::LoadSpellCustomAttr()
mSpellCustomAttr[i] |= SPELL_ATTR_CU_CHARGE;
count++;
break;
- case SPELL_EFFECT_PICKPOCKET:
- mSpellCustomAttr[i] |= SPELL_ATTR_CU_PICKPOCKET;
+ case SPELL_EFFECT_PICKPOCKET:
+ mSpellCustomAttr[i] |= SPELL_ATTR_CU_PICKPOCKET;
break;
case SPELL_EFFECT_TRIGGER_SPELL:
if (IsPositionTarget(spellInfo->EffectImplicitTargetA[j]) ||