Weight limit check for extractable items.
This commit is contained in:
@@ -12696,7 +12696,7 @@ public final class L2PcInstance extends L2Playable
|
||||
}
|
||||
|
||||
/**
|
||||
* Test if player inventory is under 90% capaity
|
||||
* Test if player inventory is under 90% capacity
|
||||
* @param includeQuestInv check also quest inventory
|
||||
* @return
|
||||
*/
|
||||
@@ -12706,7 +12706,7 @@ public final class L2PcInstance extends L2Playable
|
||||
}
|
||||
|
||||
/**
|
||||
* Test if player inventory is under 80% capaity
|
||||
* Test if player inventory is under 80% capacity
|
||||
* @param includeQuestInv check also quest inventory
|
||||
* @return
|
||||
*/
|
||||
|
@@ -32,6 +32,7 @@ public enum L2EffectType
|
||||
MAGICAL_DMG_OVER_TIME,
|
||||
DEATH_LINK,
|
||||
BLOCK_CONTROL,
|
||||
EXTRACT_ITEM,
|
||||
FISHING,
|
||||
FISHING_START,
|
||||
HATE,
|
||||
|
Reference in New Issue
Block a user