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/ArenaBuff.java

    r8502 r8630  
    5454                        return false; 
    5555                } 
    56                 else if (activeChar.isCursedWeaponEquipped()) 
    57                 { 
    58                         activeChar.sendMessage("Go away, you're not welcome here."); // / TODO: Replace with proper system message 
    59                         return true; 
    60                 } 
    6156                 
    62                 L2Npc npc = (L2Npc) target; 
    63                  
    64                 StringTokenizer st = new StringTokenizer(command); 
     57                final L2Npc npc = (L2Npc) target; 
     58                final StringTokenizer st = new StringTokenizer(command); 
    6559                try 
    6660                { 
Note: See TracChangeset for help on using the changeset viewer.