mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[int64] Windows Compile Fixes (#2155)
* int64 windows aftermath * Perl. Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ XS(XS_NPC_GetNPCHate) {
|
||||
Perl_croak(aTHX_ "Usage: NPC::GetNPCHate(THIS, Mob* entity)"); // @categories Hate and Aggro
|
||||
{
|
||||
NPC *THIS;
|
||||
int32 RETVAL;
|
||||
int64 RETVAL;
|
||||
dXSTARG;
|
||||
Mob *in_ent;
|
||||
VALIDATE_THIS_IS_NPC;
|
||||
|
||||
Reference in New Issue
Block a user