mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Warning fix
This commit is contained in:
@@ -153,7 +153,7 @@ class spell_mage_cauterize_AuraScript : public AuraScript
|
||||
});
|
||||
}
|
||||
|
||||
void HandleAbsorb(AuraEffect* aurEff, DamageInfo& dmgInfo, uint32& absorbAmount)
|
||||
void HandleAbsorb(AuraEffect* /*aurEff*/, DamageInfo& dmgInfo, uint32& /*absorbAmount*/)
|
||||
{
|
||||
AuraEffect const* effect1 = GetEffect(EFFECT_1);
|
||||
if (!effect1 ||
|
||||
|
||||
Reference in New Issue
Block a user