Core/Auras: Implemented SPELL_AURA_MOD_OVERRIDE_ZONE_PVP_TYPE

Port From (https://github.com/TrinityCore/TrinityCore/commit/c250a858b91a11736ee0a64c2f120b1d036b5203)
This commit is contained in:
hondacrx
2020-10-09 13:57:32 -04:00
parent 77b08c3fd9
commit a108bb1dbc
3 changed files with 62 additions and 11 deletions
@@ -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
}
}