Core/Loot: Update LootMethod enum for 6.2.0

This commit is contained in:
Vincent-Michael
2015-08-02 21:27:32 +02:00
parent d8850f0536
commit 908ee891f7

View File

@@ -68,7 +68,8 @@ enum LootMethod
ROUND_ROBIN = 1,
MASTER_LOOT = 2,
GROUP_LOOT = 3,
NEED_BEFORE_GREED = 4
NEED_BEFORE_GREED = 4,
PERSONAL_LOOT = 5
};
enum PermissionTypes