[Bug Fix] Edge cases where min_drop 1 not honored with valid choices (#1617)

* [Bug Fix] Edge cases where min_drop 1 not honored with valid choices

* Forgot header file change.

* Remove verbose option from MeetsLootDropLevelRequirements per @akka

* Fix spacing

* Restore verbose mode after further consideration

* Remove logging on counting of valid items

Co-authored-by: Noudess <noudess@gmail.com>
This commit is contained in:
Paul Coene
2021-10-24 17:17:42 -04:00
committed by GitHub
parent 0b18671e91
commit 62253cc016
2 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ public:
uint32 aug6 = 0
);
bool MeetsLootDropLevelRequirements(LootDropEntries_Struct loot_drop);
bool MeetsLootDropLevelRequirements(LootDropEntries_Struct loot_drop, bool verbose=false);
virtual void DoClassAttacks(Mob *target);
void CheckSignal();