diff options
| author | megamage <none@none> | 2009-05-03 15:17:19 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-03 15:17:19 -0500 |
| commit | 04d5acb24e96cbf73bb3a127a32ada9f0c176403 (patch) | |
| tree | db8ce4e13a9bb3a4ade0846ed4e5e1b787301f91 | |
| parent | a9911ec429d406a78d9f471368ff88243888b126 (diff) | |
*Fix a typo that break some charge spells.
--HG--
branch : trunk
| -rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 4682faf1ab8..8e01742587c 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2194,6 +2194,7 @@ void SpellMgr::LoadSpellCustomAttr() if(!spellInfo->speed && !spellInfo->SpellFamilyName) spellInfo->speed = SPEED_CHARGE; mSpellCustomAttr[i] |= SPELL_ATTR_CU_CHARGE; + break; case SPELL_EFFECT_TRIGGER_SPELL: if(spellInfo->Targets & (TARGET_FLAG_SOURCE_LOCATION|TARGET_FLAG_DEST_LOCATION)) spellInfo->Effect[j] = SPELL_EFFECT_TRIGGER_MISSILE; |
