Core/Reputation: Implemented renown reputation (Dragonflight)
Port From (https://github.com/TrinityCore/TrinityCore/commit/d64d84dfa68da4ff83f0b88ad4e88dccc5ace623)
This commit is contained in:
@@ -4501,7 +4501,7 @@ namespace Game.Spells
|
||||
}
|
||||
|
||||
foreach (var reagentsCurrency in m_spellInfo.ReagentsCurrency)
|
||||
p_caster.ModifyCurrency((CurrencyTypes)reagentsCurrency.CurrencyTypesID, -reagentsCurrency.CurrencyCount, false, true);
|
||||
p_caster.ModifyCurrency(reagentsCurrency.CurrencyTypesID, -reagentsCurrency.CurrencyCount, false, true);
|
||||
}
|
||||
|
||||
void HandleThreatSpells()
|
||||
|
||||
Reference in New Issue
Block a user