diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-06-30 22:46:50 +0200 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-06-30 22:47:17 +0200 |
commit | 39aa91f9824ce3b3f574931d287753dd8d49581f (patch) | |
tree | 42f2b2300fa9cbcd9c2fd9323fbd7a72792d7427 | |
parent | e803ba77326fd5a274ee1fb54a9e9c32e01b39c6 (diff) |
Core/Spell: Challenge Flag should only hit one target.
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 27e910b7b15..f7b004f9b38 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3365,9 +3365,8 @@ void SpellMgr::LoadSpellInfoCorrections() 58121, // Torch 43109, // Throw Torch 58552, // Return to Orgrimmar - 58533 // Return to Stormwind - - + 58533, // Return to Stormwind + 21855 // Challenge Flag }, [](SpellInfo* spellInfo) { spellInfo->MaxAffectedTargets = 1; |