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/hellbound/Budenka/Budenka.java

    r7665 r8630  
    2929        { 
    3030                if (player.getInventory().getInventoryItemCount(PREMIUM_CERT, -1, false) > 0) 
     31                { 
    3132                        return "32294-premium.htm"; 
     33                } 
    3234                if (player.getInventory().getInventoryItemCount(STANDART_CERT, -1, false) > 0) 
     35                { 
    3336                        return "32294-standart.htm"; 
     37                } 
    3438                 
    3539                npc.showChatWindow(player); 
     
    4549        public static void main(String[] args) 
    4650        { 
    47                 new Budenka(-1, Budenka.class.getSimpleName(), "hellbound"); 
     51                new Budenka(-1, "Budenka", "hellbound"); 
    4852        } 
    4953} 
Note: See TracChangeset for help on using the changeset viewer.