Changeset 2232

Show
Ignore:
Timestamp:
06/28/08 15:20:43 (3 months ago)
Author:
DrHouse
Message:

NPE fix, thanks Salpe

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/L2Attackable.java

    r2179 r2232  
    386386        if (_commandChannelTimer == null && this.isRaid()) 
    387387        { 
    388                 if (attacker.isInParty() && attacker.getParty().isInCommandChannel() 
     388                if (attacker != null && attacker.isInParty() && attacker.getParty().isInCommandChannel() 
    389389                                && attacker.getParty().getCommandChannel().meetRaidWarCondition(this)) 
    390390                {