added mob drop id lookup from mob id

This commit is contained in:
FinnHornhoover
2021-04-02 23:34:20 -07:00
committed by Gent Semaj
parent 78b87d0f61
commit 20b05a72a0
3 changed files with 21 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ namespace Items {
extern std::map<int32_t, MiscDropChance> MiscDropChances;
extern std::map<int32_t, MiscDropType> MiscDropTypes;
extern std::map<int32_t, MobDrop> MobDrops;
extern std::map<int32_t, int32_t> MobToDropMap;
extern std::map<int32_t, ItemSet> ItemSets;
void init();