fix(Scripts/Commands): correct reloading creature_template table (#5020)

This commit is contained in:
Kargatum 2021-03-30 09:55:05 +07:00 committed by GitHub
parent c0bcff97f3
commit c053e111d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 91 additions and 151 deletions

View file

@ -6555,7 +6555,6 @@ SpellCastResult Spell::CheckPower()
}
}
// health as power used - need check health amount
if (m_spellInfo->PowerType == POWER_HEALTH)
{