[int64] Hate Fixes (#2163)

* Hate fixes

* Update perl_hateentry.cpp

* Update perl_hateentry.cpp
This commit is contained in:
Chris Miles
2022-05-09 20:49:43 -05:00
committed by GitHub
parent 763fc82379
commit 209b0eb273
22 changed files with 119 additions and 47 deletions
+2 -2
View File
@@ -3719,7 +3719,7 @@ XS(XS_Mob_GetHateAmount) {
Perl_croak(aTHX_ "Usage: Mob::GetHateAmount(THIS, Mob* mob, [bool is_damage = false])"); // @categories Hate and Aggro
{
Mob *THIS;
uint32 RETVAL;
int64 RETVAL;
dXSTARG;
Mob *tmob;
bool is_dam;
@@ -3752,7 +3752,7 @@ XS(XS_Mob_GetDamageAmount) {
Perl_croak(aTHX_ "Usage: Mob::GetDamageAmount(THIS, Mob* target_mob)"); // @categories Stats and Attributes
{
Mob *THIS;
uint32 RETVAL;
uint64 RETVAL;
dXSTARG;
Mob *tmob;
VALIDATE_THIS_IS_MOB;