typo fix, duplicate assignment
(cherry picked from commit 7d6896b54141c32c51f49f2c3fcd58cd986f0e02)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user