Misc fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -181,8 +181,8 @@ namespace Framework.Constants
|
||||
FriendlyMissingBuff = 16, // Spellid, Radius, Repeatmin, Repeatmax
|
||||
SummonedUnit = 17, // Creatureid(0 All), Cooldownmin, Cooldownmax
|
||||
TargetManaPct = 18, // Manamin%, Manamax%, Repeatmin, Repeatmax
|
||||
AcceptedQuest = 19, // Questid(0any)
|
||||
RewardQuest = 20, // Questid(0any)
|
||||
AcceptedQuest = 19, // QuestID (0 = any), CooldownMin, CooldownMax
|
||||
RewardQuest = 20, // QuestID (0 = any), CooldownMin, CooldownMax
|
||||
ReachedHome = 21, // None
|
||||
ReceiveEmote = 22, // Emoteid, Cooldownmin, Cooldownmax, Condition, Val1, Val2, Val3
|
||||
HasAura = 23, // Param1 = Spellid, Param2 = Stack Amount, Param3/4 Repeatmin, Repeatmax
|
||||
|
||||
Reference in New Issue
Block a user