mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[int64] Hate Fixes (#2163)
* Hate fixes * Update perl_hateentry.cpp * Update perl_hateentry.cpp
This commit is contained in:
@@ -7,7 +7,7 @@ void command_aggrozone(Client *c, const Seperator *sep)
|
||||
target = c->GetTarget();
|
||||
}
|
||||
|
||||
uint64 hate = 0;
|
||||
int64 hate = 0;
|
||||
if (sep->IsNumber(1)) {
|
||||
hate = std::strtoll(sep->arg[1], nullptr, 10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user