Changeset 2266

Show
Ignore:
Timestamp:
07/12/08 10:56:29 (3 months ago)
Author:
nBd
Message:

Missing Juice of [2263] tnx biti

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/L2_GameServer/java/net/sf/l2j/gameserver/handler/itemhandlers/Potions.java

    r2263 r2266  
    8484                                733, 
    8585                                // Juices 
    86                                 10260, 10261, 10262, 10263, 10264, 10265, 10266, 10267, 10268, 10269}; 
     86                                10260, 10261, 10262, 10263, 10264, 10265, 
     87                                10266, 10267, 10268, 10269, 10270}; 
    8788 
    8889        public synchronized void useItem(L2PlayableInstance playable, L2ItemInstance item) 
     
    447448                                res = usePotion(activeChar, 2438, 1); 
    448449                                break; 
     450                        case 10270: // MP Consumption Juice,xml: 2439 
     451                                res = usePotion(activeChar, 2439, 1); 
     452                                break; 
    449453                        default: 
    450454                }