Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/handlers/bypasshandlers/FortSiege.java

    r8501 r8630  
    4747                                if ((System.currentTimeMillis() < TerritoryWarManager.getInstance().getTWStartTimeInMillis()) && TerritoryWarManager.getInstance().getIsRegistrationOver()) 
    4848                                { 
    49                                         activeChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.NOT_SIEGE_REGISTRATION_TIME2)); 
     49                                        activeChar.sendPacket(SystemMessageId.NOT_SIEGE_REGISTRATION_TIME2); 
    5050                                        return false; 
    5151                                } 
    5252                                else if ((System.currentTimeMillis() > TerritoryWarManager.getInstance().getTWStartTimeInMillis()) && TerritoryWarManager.getInstance().isTWChannelOpen()) 
    5353                                { 
    54                                         activeChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.NOT_SIEGE_REGISTRATION_TIME2)); 
     54                                        activeChar.sendPacket(SystemMessageId.NOT_SIEGE_REGISTRATION_TIME2); 
    5555                                        return false; 
    5656                                } 
     
    7272                        return false; 
    7373                } 
    74                 else 
    75                 { 
    76                         ((L2Npc) target).showChatWindow(activeChar, 10); 
    77                 } 
     74                 
     75                ((L2Npc) target).showChatWindow(activeChar, 10); 
    7876                 
    7977                return true; 
Note: See TracChangeset for help on using the changeset viewer.