typo fix, duplicate assignment

(cherry picked from commit 7d6896b541)
This commit is contained in:
Treeston
2019-07-12 13:14:07 +02:00
committed by Shauren
parent 074b0513af
commit b8c7260bfd

View File

@@ -3985,7 +3985,7 @@ void SpellMgr::LoadSpellInfoCorrections()
// Summon Frigid Bones
ApplySpellFix({ 53525 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(4); // 2 minutes
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(4); // 2 minutes
});
//