mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Misc: Again build fixes
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#define _ITEM_ENCHANTMENT_MGR_H
|
||||
|
||||
#include "Common.h"
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
struct ItemRandomProperties
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user