mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core: Fix non-PCH build + clean up some sporadic warnings
This commit is contained in:
@@ -583,7 +583,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void DamageTaken(Unit* done_by, uint32 &damage)
|
||||
void DamageTaken(Unit* /*done_by*/, uint32 &damage)
|
||||
{
|
||||
if (damage >= me->GetHealth() && withhead)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user