mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
More hate changes
This commit is contained in:
+2
-2
@@ -8656,8 +8656,8 @@ void command_aggrozone(Client *c, const Seperator *sep) {
|
||||
if (!m)
|
||||
return;
|
||||
|
||||
int hate = atoi(sep->arg[1]); //should default to 0 if we don't enter anything
|
||||
entity_list.AggroZone(m,hate);
|
||||
uint32 hate = atoi(sep->arg[1]); //should default to 0 if we don't enter anything
|
||||
entity_list.AggroZone(m, hate);
|
||||
c->Message(0, "Train to you! Last chance to go invulnerable...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user