mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
Core/Units: Fixed warning
This commit is contained in:
@@ -8537,7 +8537,7 @@ uint32 Unit::SpellHealingBonusDone(Unit* victim, SpellInfo const* spellProto, ui
|
||||
return uint32(std::max(heal, 0.0f));
|
||||
}
|
||||
|
||||
float Unit::SpellHealingPctDone(Unit* victim, SpellInfo const* spellProto) const
|
||||
float Unit::SpellHealingPctDone(Unit* /*victim*/, SpellInfo const* spellProto) const
|
||||
{
|
||||
// For totems pct done mods are calculated when its calculation is run on the player in SpellHealingBonusDone.
|
||||
if (GetTypeId() == TYPEID_UNIT && IsTotem())
|
||||
|
||||
Reference in New Issue
Block a user