mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Bug Fix] Harm Touch Critical Ratio (#3915)
* [Bug] HT Crit Ratio This is used to tune and bring HT Crits more in line with the correct values as proven in screenshots. * requested changes * mistakenly kept mob::
This commit is contained in:
@@ -769,6 +769,13 @@ bool IsValidSpell(uint32 spell_id)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool IsHarmTouchSpell(uint16 spell_id)
|
||||
{
|
||||
return spell_id == SPELL_HARM_TOUCH ||
|
||||
spell_id == SPELL_HARM_TOUCH2 ||
|
||||
spell_id == SPELL_IMP_HARM_TOUCH;
|
||||
}
|
||||
|
||||
// returns the lowest level of any caster which can use the spell
|
||||
uint8 GetSpellMinimumLevel(uint16 spell_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user