Sync with L2jServer HighFive Mar 1st 2015.
This commit is contained in:
@ -47,6 +47,10 @@ public class ConditionPlayerCanResurrect extends Condition
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (effected == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
boolean canResurrect = true;
|
||||
|
||||
if (effected.isPlayer())
|
||||
|
Reference in New Issue
Block a user