mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Scripts/Commands): new command to debug play music (#8967)
This commit is contained in:
committed by
GitHub
parent
665ea22c6c
commit
a9e5b35a5d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user