mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Misc: Fix 1 error
This commit is contained in:
@@ -944,7 +944,7 @@ class TC_GAME_API Unit : public WorldObject
|
||||
void DealSpellDamage(SpellNonMeleeDamage const* damageInfo, bool durabilityLoss);
|
||||
|
||||
// player or player's pet resilience (-1%)
|
||||
uint32 GetDamageReduction(uint32 damage) const { return 0; }
|
||||
uint32 GetDamageReduction(uint32 /*damage*/) const { return 0; }
|
||||
|
||||
virtual bool CanApplyResilience() const;
|
||||
static void ApplyResilience(Unit const* victim, int32* damage);
|
||||
|
||||
Reference in New Issue
Block a user