Core/Items: Implemented corruption and corruption resistance stats
Port From (https://github.com/TrinityCore/TrinityCore/commit/6533de31005fc9680d9f2b61a4d8ea4958fc8edc)
This commit is contained in:
@@ -1945,4 +1945,10 @@ namespace Framework.Constants
|
||||
|
||||
Max,
|
||||
}
|
||||
|
||||
public enum CorruptionEffectsFlag
|
||||
{
|
||||
None = 0,
|
||||
Disabled = 0x1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user