mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/Spell): Mixology duration Gift of Arthas (#12982)
Gift of Arthas duration with Mixology should be increased to 1 hour Closes https://github.com/azerothcore/azerothcore-wotlk/issues/12941
This commit is contained in:
@@ -4385,6 +4385,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->ProcFlags = PROC_FLAG_DONE_SPELL_MELEE_DMG_CLASS;
|
||||
});
|
||||
|
||||
// Gift of Arthas
|
||||
ApplySpellFix({ 11371 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->SpellFamilyName = SPELLFAMILY_POTION;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user