Changeset 2233

Show
Ignore:
Timestamp:
06/30/08 07:46:10 (3 months ago)
Author:
DrHouse
Message:

Core support for Mental Potion, thanks Z0mbie!

Files:

Legend:

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

    r2179 r2233  
    7272                                8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 
    7373                                8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 
    74                                 8610, 8611, 8612, 8613, 8614, 10157, 
     74                                8610, 8611, 8612, 8613, 8614, 10155, 10157, 
    7575                                 //Attribute Potion 
    7676                                9997, 9998, 9999, 10000, 10001,10002, 
     
    175175                        case 6036: // Greater Magic Haste Potion, xml: 2169 
    176176                                res = usePotion(activeChar, 2169, 2); 
     177                                break; 
     178                        case 10155: //Mental Potion XML:2396 
     179                                res = usePotion(activeChar, 2396, 1); 
    177180                                break; 
    178181