mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +00:00
[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:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user