mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Change GetSkillDmgAmt from Int16 to Int32 (SkillDamageAmount2 which uses function is Int32)
This commit is contained in:
+1
-1
@@ -5473,7 +5473,7 @@ int16 Mob::GetSkillReuseTime(uint16 skill)
|
||||
return skill_reduction;
|
||||
}
|
||||
|
||||
int16 Mob::GetSkillDmgAmt(uint16 skill)
|
||||
int32 Mob::GetSkillDmgAmt(uint16 skill)
|
||||
{
|
||||
int skill_dmg = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user