feat(Scripts/Commands): new command to debug play music (#8967)

This commit is contained in:
IntelligentQuantum
2021-11-08 03:19:35 +03:30
committed by GitHub
parent 665ea22c6c
commit a9e5b35a5d
4 changed files with 729 additions and 17 deletions

View File

@@ -915,7 +915,8 @@ enum SpellEffects
TOTAL_SPELL_EFFECTS = 165
};
enum SpellCastResult
// EnumUtils: DESCRIBE THIS
enum SpellCastResult : uint8
{
SPELL_FAILED_SUCCESS = 0,
SPELL_FAILED_AFFECTING_COMBAT = 1,
@@ -1254,6 +1255,7 @@ enum GhostVisibilityType
};
// Spell aura states
// EnumUtils: DESCRIBE THIS
enum AuraStateType
{
// (C) used in caster aura state (T) used in target aura state