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/teleports/NoblesseTeleport/NoblesseTeleport.java

    r8406 r8630  
    2121 
    2222/** 
    23  * @author Plim 
    24  * Original python script by Ham Wong 
     23 * @author Plim Original python script by Ham Wong 
    2524 */ 
    2625public class NoblesseTeleport extends Quest 
    2726{ 
    28         private static final int[] NPCs = { 30006, 30059, 30080, 30134, 30146, 30177, 30233, 30256, 30320, 30540, 30576, 30836, 30848, 30878, 30899, 31275, 31320, 31964, 32163 }; 
     27        private static final int[] NPCs = 
     28        { 
     29                30006, 30059, 30080, 30134, 30146, 30177, 30233, 30256, 30320, 30540, 30576, 30836, 30848, 30878, 30899, 31275, 31320, 31964, 32163 
     30        }; 
    2931         
    3032        @Override 
     
    4143                                npc.showChatWindow(player, 3); 
    4244                        else 
    43                                 return"noble-nopass.htm"; 
     45                                return "noble-nopass.htm"; 
    4446                } 
    4547                 
Note: See TracChangeset for help on using the changeset viewer.