[Feature] Change GetSkillDmgAmt to int32 (#2364)

This commit is contained in:
Aeadoin
2022-08-09 21:24:15 -04:00
committed by GitHub
parent 8ee7759dec
commit 1d5a3a82a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5473,7 +5473,7 @@ int16 Mob::GetSkillReuseTime(uint16 skill)
return skill_reduction;
}
int16 Mob::GetSkillDmgAmt(uint16 skill)
int Mob::GetSkillDmgAmt(uint16 skill)
{
int skill_dmg = 0;