Drop chance added to item.

This commit is contained in:
2024-03-18 09:18:51 -04:00
parent 82c4e3169e
commit 7fa8c3bfff
+1
View File
@@ -43,6 +43,7 @@ public class Item extends AbstractWorldObject {
public Enum.ItemContainerType containerType;
public ReentrantLock lootLock = new ReentrantLock();
public int ownerID; //may be character, account, npc, mob
public float drop_chance;
private int flags; //1 = isIDed
public int numberOfItems;
public float durabilityCurrent;