mirror of
https://github.com/araxiaonline/azerothshard-core.git
synced 2026-06-13 02:42:24 -04:00
[AZTH-MS] Delete useless condition for config option Multiplies drop
This commit is contained in:
@@ -855,9 +855,6 @@ public:
|
||||
if (!sAZTH->GetAZTHLoot(&loot))
|
||||
return;
|
||||
|
||||
if (!sConfigMgr->GetBoolDefault("Azth.Multiplies.Drop.Enable", false))
|
||||
return;
|
||||
|
||||
if ((loot.quest_items.size() + loot.items.size()) >= MAX_NR_LOOT_ITEMS)
|
||||
{
|
||||
chance = 0;
|
||||
|
||||
Reference in New Issue
Block a user