Weight limit check for extractable items.

This commit is contained in:
MobiusDev
2016-08-14 20:36:10 +00:00
parent 937a2006a6
commit c579e8a7d8
7 changed files with 36 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -32,6 +32,7 @@ public enum L2EffectType
MAGICAL_DMG_OVER_TIME,
DEATH_LINK,
BLOCK_CONTROL,
EXTRACT_ITEM,
FISHING,
FISHING_START,
HATE,