mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Do not process standard progression for creatures with custom progression entries
This commit is contained in:
@@ -263,6 +263,7 @@ public:
|
||||
if (sIndividualProgression->hasCustomProgressionValue(killed->GetEntry()))
|
||||
{
|
||||
sIndividualProgression->UpdateProgressionState(killer, static_cast<ProgressionState>(sIndividualProgression->customProgressionMap[killed->GetEntry()]));
|
||||
return;
|
||||
}
|
||||
|
||||
if (sIndividualProgression->disableDefaultProgression)
|
||||
|
||||
Reference in New Issue
Block a user