Core/Spells: commited out a proc validation check. Some spells are suposed to have procs like this

This commit is contained in:
Ovahlord
2018-05-26 13:57:37 +02:00
parent f8ae1f93aa
commit 0e2ef6c2e1

View File

@@ -1859,6 +1859,7 @@ void SpellMgr::LoadSpellProcs()
}
}
/*
if (!procSpellTypeMask)
{
for (uint8 i = 0; i < MAX_SPELL_EFFECTS; ++i)
@@ -1872,6 +1873,7 @@ void SpellMgr::LoadSpellProcs()
continue;
}
*/
SpellProcEntry procEntry;
procEntry.SchoolMask = 0;