diff options
author | MitchesD <majklprofik@seznam.cz> | 2015-05-22 15:58:43 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-05-22 15:58:43 +0200 |
commit | b15d32992f5991d19183977f1fefd8e77924809f (patch) | |
tree | 20e2bd05a45cc93cccd88286a2702d5d8bd21a4d /src | |
parent | 0148832b322b58a5219ea4393331e1b5937c304c (diff) | |
parent | 9fcbe50ddbb4e8793bd63aeb008e90eda58d936f (diff) |
Merge pull request #14741 from Rushor/Force
Game/Spell: Spellmgr - Force Cast - Fix Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 191850516d4..250f3e58d4a 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -2955,7 +2955,7 @@ void SpellMgr::LoadSpellInfoCorrections() switch (spellInfo->Id) { case 63026: // Force Cast (HACK: Target shouldn't be changed) - case 63171: // Force Cast (HACK: Target shouldn't be changed; summon position should be untied from spell destination) + case 63137: // Force Cast (HACK: Target shouldn't be changed; summon position should be untied from spell destination) spellInfo->Effects[0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB); break; case 53096: // Quetz'lun's Judgment |