Core/Auras: Implemented SPELL_AURA_MOD_OVERRIDE_ZONE_PVP_TYPE
Port From (https://github.com/TrinityCore/TrinityCore/commit/c250a858b91a11736ee0a64c2f120b1d036b5203)
This commit is contained in:
@@ -757,4 +757,13 @@ namespace Framework.Constants
|
||||
Default = InEquipment | InInventory,
|
||||
Everywhere = InEquipment | InInventory | InBank | InReagentBank
|
||||
}
|
||||
|
||||
public enum ZonePVPTypeOverride
|
||||
{
|
||||
None = 0,
|
||||
Friendly = 1,
|
||||
Hostile = 2,
|
||||
Contested = 3,
|
||||
Combat = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user