mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
feat(Scripts/Commands): show SpellSchoolImmuneMask in .npc info (#6788)
This commit is contained in:
@@ -194,7 +194,7 @@ enum SpellSchools
|
||||
SPELL_SCHOOL_ARCANE = 6
|
||||
};
|
||||
|
||||
#define MAX_SPELL_SCHOOL 7
|
||||
constexpr auto MAX_SPELL_SCHOOL = 7;
|
||||
|
||||
enum SpellSchoolMask
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user