typo fix, duplicate assignment

This commit is contained in:
Treeston
2019-07-12 13:14:07 +02:00
parent 8c55e0ff06
commit 7d6896b541

View File

@@ -4036,7 +4036,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
});
//