mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
chore (module): Convert macro to constexpr auto
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
#include "Configuration/Config.h"
|
||||
#include "SpellAuras.h"
|
||||
|
||||
#define LANG_ANTICHEAT_ALERT 30087
|
||||
#define LANG_ANTICHEAT_TELEPORT 30088
|
||||
#define LANG_ANTICHEAT_IGNORECONTROL 30089
|
||||
#define LANG_ANTICHEAT_DUEL 30090
|
||||
constexpr auto LANG_ANTICHEAT_ALERT = 30087;
|
||||
constexpr auto LANG_ANTICHEAT_TELEPORT = 30088;
|
||||
constexpr auto LANG_ANTICHEAT_IGNORECONTROL = 30089;
|
||||
constexpr auto LANG_ANTICHEAT_DUEL = 30090;
|
||||
|
||||
enum Spells
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user