Core/BattlePets: Misc fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cfd14d2a0a52ceb0d8203c31c7c6c487775bcee)
This commit is contained in:
@@ -72,4 +72,16 @@ namespace Framework.Constants
|
||||
New = 2,
|
||||
Removed = 3
|
||||
}
|
||||
|
||||
public enum BattlePetBreedQuality
|
||||
{
|
||||
Poor = 0,
|
||||
Common = 1,
|
||||
Uncommon = 2,
|
||||
Rare = 3,
|
||||
Epic = 4,
|
||||
Legendary = 5,
|
||||
|
||||
Max
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user