Sync with L2jServer HighFive Oct 10th 2015.
This commit is contained in:
@@ -95,4 +95,10 @@ public final class AggroInfo
|
||||
{
|
||||
return _attacker.getObjectId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "AggroInfo [attacker=" + _attacker + ", hate=" + _hate + ", damage=" + _damage + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user