chore (module): Convert macro to constexpr auto

This commit is contained in:
MDIC
2022-05-12 08:33:29 -04:00
parent 714dbe9ada
commit 41cd7f4bed

View File

@@ -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
{