Lootdrop level filtering adjustments

This commit is contained in:
Akkadius
2020-08-15 16:37:38 -05:00
parent bda13383ef
commit 94d87584aa
16 changed files with 300 additions and 172 deletions
+3 -1
View File
@@ -117,6 +117,7 @@ namespace Logs {
HotReload,
Merchants,
ZonePoints,
Loot,
MaxCategoryID /* Don't Remove this */
};
@@ -192,7 +193,8 @@ namespace Logs {
"Aura",
"HotReload",
"Merchants",
"ZonePoints"
"ZonePoints",
"Loot"
};
}