Core/Misc: Again build fixes

This commit is contained in:
funjoker
2024-01-09 11:53:48 +01:00
parent cdbabe4463
commit d3c45346c0
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@
#define _ITEM_ENCHANTMENT_MGR_H
#include "Common.h"
#include <unordered_map>
#include <vector>
struct ItemRandomProperties
{

View File

@@ -6025,7 +6025,7 @@ void AuraEffect::HandleAuraForceWeather(AuraApplication const* aurApp, uint8 mod
target->GetMap()->SendZoneWeather(target->GetZoneId(), target);
}
void AuraEffect::HandleEnableAltPower(AuraApplication const* aurApp, uint8 mode, bool apply) const
void AuraEffect::HandleEnableAltPower(AuraApplication const* /*aurApp*/, uint8 mode, bool /*apply*/) const
{
if (!(mode & AURA_EFFECT_HANDLE_REAL))
return;