[int64] Windows Compile Fixes (#2155)

* int64 windows aftermath

* Perl.

Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
Chris Miles
2022-05-07 23:45:52 -05:00
committed by GitHub
parent b27428a6d8
commit fd7b15abb1
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ public:
uint32 GetSp2();
int GetNPCFactionID();
int GetPrimaryFaction();
int GetNPCHate(Lua_Mob ent);
int64 GetNPCHate(Lua_Mob ent);
bool IsOnHatelist(Lua_Mob ent);
void SetNPCFactionID(int id);
uint32 GetMaxDMG();