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/vehicles/BoatRunePrimeval.java

    r8406 r8630  
    2828 
    2929/** 
    30  *  
    3130 * @author DS 
    32  * 
    3331 */ 
    3432public class BoatRunePrimeval implements Runnable 
     
    104102        } 
    105103         
     104        @Override 
    106105        public void run() 
    107106        { 
     
    113112                                        BoatManager.getInstance().dockShip(BoatManager.RUNE_HARBOR, false); 
    114113                                        BoatManager.getInstance().broadcastPackets(RUNE_DOCK[0], PRIMEVAL_DOCK, LEAVING_RUNE, RUNE_SOUND); 
    115                                         _boat.payForRide(8925, 1,  34513, -38009, -3640); 
     114                                        _boat.payForRide(8925, 1, 34513, -38009, -3640); 
    116115                                        _boat.executePath(RUNE_TO_PRIMEVAL); 
    117116                                        break; 
Note: See TracChangeset for help on using the changeset viewer.