mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
feat(Core/debug): Add commad to debug lfg (#6638)
* feat(Core/debug): Add commad to debug lfg * Update LFGMgr.h * Update rev_1624914323095978900.sql * Code review fixes Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -1355,8 +1355,11 @@ enum AcoreStrings
|
||||
LANG_BG_READY_CHECK_ERROR = 30084,
|
||||
|
||||
LANG_DEBUG_BG_CONF = 30085,
|
||||
LANG_DEBUG_ARENA_CONF = 30086
|
||||
LANG_DEBUG_ARENA_CONF = 30086,
|
||||
|
||||
// 30087-30095 reserved for passive anticheat
|
||||
|
||||
LANG_DEBUG_LFG_ON = 30096,
|
||||
LANG_DEBUG_LFG_OFF = 30097
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user