mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
[INT64] Further int64 cleanup in Perl SetHP() and GetSpellHPBonuses() in Perl/Lua. (#2222)
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ int64 Lua_Mob::GetItemHPBonuses() {
|
||||
return self->GetItemHPBonuses();
|
||||
}
|
||||
|
||||
int Lua_Mob::GetSpellHPBonuses() {
|
||||
int64 Lua_Mob::GetSpellHPBonuses() {
|
||||
Lua_Safe_Call_Int();
|
||||
return self->GetSpellHPBonuses();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user