mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(Core/EnumUtils): add more enum for support chat command (#8828)
This commit is contained in:
@@ -81,8 +81,6 @@ struct MechanicImmune
|
||||
char const* text;
|
||||
};
|
||||
|
||||
constexpr auto MAX_MECHANIC = 32;
|
||||
|
||||
MechanicImmune const mechanicImmunes[MAX_MECHANIC] =
|
||||
{
|
||||
{ MECHANIC_NONE, "MECHANIC_NONE" },
|
||||
|
||||
Reference in New Issue
Block a user