Core/Achievements: Implement many new ModifierTree types
Port From (https://github.com/TrinityCore/TrinityCore/commit/aa8ad4d2fd6144fca3b69261a90a663df682e571)
This commit is contained in:
@@ -1393,6 +1393,14 @@ namespace Framework.Constants
|
||||
UnderwaterAllowed = 0x8
|
||||
}
|
||||
|
||||
public enum ModifierTreeOperator
|
||||
{
|
||||
SingleTrue = 2,
|
||||
SingleFalse = 3,
|
||||
All = 4,
|
||||
Some = 8
|
||||
}
|
||||
|
||||
public enum MountCapabilityFlags : byte
|
||||
{
|
||||
Ground = 0x1,
|
||||
|
||||
Reference in New Issue
Block a user