Changeset 2232
- Timestamp:
- 06/28/08 15:20:43 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/L2Attackable.java
r2179 r2232 386 386 if (_commandChannelTimer == null && this.isRaid()) 387 387 { 388 if (attacker .isInParty() && attacker.getParty().isInCommandChannel()388 if (attacker != null && attacker.isInParty() && attacker.getParty().isInCommandChannel() 389 389 && attacker.getParty().getCommandChannel().meetRaidWarCondition(this)) 390 390 {
