typo fix, duplicate assignment

(cherry picked from commit 7d6896b54141c32c51f49f2c3fcd58cd986f0e02)
This commit is contained in:
Treeston
2021-12-15 22:41:58 +01:00
committed by Shauren
parent 074b0513af
commit b8c7260bfd
+1 -1
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
});
//