Core/Items: Implemented AzeriteItem
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab6ae44b638136665e2ae6c6a434ad7426621c39)
This commit is contained in:
@@ -64,6 +64,11 @@ namespace Framework.Constants
|
||||
public const int MaxHonorLevel = 500;
|
||||
public const byte LevelMinHonor = 110;
|
||||
public const uint SpellPvpRulesEnabled = 134735;
|
||||
|
||||
//Azerite
|
||||
public const uint ItemIdHeartOfAzeroth = 158075;
|
||||
public const uint MaxAzeriteItemLevel = 70;
|
||||
public const uint MaxAzeriteItemKnowledgeLevel = 30;
|
||||
}
|
||||
|
||||
public struct MoneyConstants
|
||||
|
||||
Reference in New Issue
Block a user