Misc fixes

This commit is contained in:
hondacrx
2021-12-22 20:23:48 -05:00
parent c38509222c
commit 8510f01035
6 changed files with 26 additions and 4 deletions
+13 -2
View File
@@ -50,12 +50,14 @@ namespace Framework.Constants
/// BattlePets Const
/// </summary>
public const int MaxBattlePetSpeciesId = 3159;
public const int MaxPetBattleSlots = 3;
public const int DefaultMaxBattlePetsPerSpecies = 3;
public const int BattlePetCageItemId = 82800;
public const int DefaultSummonBattlePetSpell = 118301;
public const int SpellVisualUncagePet = 222;
public const int SpellBattlePetTraining = 125610;
public const int SpellReviveBattlePets = 125439;
public const int SpellSummonBattlePet = 118301;
/// <summary>
/// Lfg Const
/// </summary>
@@ -2912,6 +2914,15 @@ namespace Framework.Constants
DisplayOverridden = 0x100
}
public enum BattlePetSlots
{
Slot0 = 0,
Slot1 = 1,
Slot2 = 2,
Count
}
public enum SceneType
{
Normal = 0,