Some Cleanups
This commit is contained in:
@@ -1023,6 +1023,7 @@ namespace Framework.Constants
|
||||
PlusMaxLevelForExpansion = 2
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum ContentTuningFlag
|
||||
{
|
||||
DisabledForItem = 0x04,
|
||||
@@ -1679,6 +1680,7 @@ namespace Framework.Constants
|
||||
CooldownExpiresAtDailyReset = 0x08
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum SpellEffectAttributes
|
||||
{
|
||||
None = 0,
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace Framework.Constants
|
||||
/// </summary>
|
||||
public const int GTMaxLevel = 100; // All Gt* DBC store data for 100 levels, some by 100 per class/race
|
||||
public const int GTMaxRating = 32; // gtOCTClassCombatRatingScalar.dbc stores data for 32 ratings, look at MAX_COMBAT_RATING for real used amount
|
||||
public const int ReputationCap = 42999;
|
||||
public const int ReputationCap = 42000;
|
||||
public const int ReputationBottom = -42000;
|
||||
public const int MaxClientMailItems = 12; // max number of items a player is allowed to attach
|
||||
public const int MaxMailItems = 16;
|
||||
|
||||
@@ -98,6 +98,7 @@ namespace Framework.Constants
|
||||
Ranged = 2 //hunter range and ranged weapon
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum SpellInterruptFlags
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Reference in New Issue
Block a user