mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 13:35:08 +00:00
refactor(Core/Achievement): Achivement earned message will use broadc… (#8485)
* refactor(Core/Achievement): Achivement earned message will use broadcast text instead of acore_string
* cherry-pick commit (465e4a0b0f)
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com>
* sql
* fix build
* build
* restore gender
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#ifndef __ACORE_LANGUAGE_H
|
||||
#define __ACORE_LANGUAGE_H
|
||||
|
||||
enum BroadcastTextIds
|
||||
{
|
||||
BROADCAST_TEXT_ACHIEVEMENT_EARNED = 29245,
|
||||
};
|
||||
|
||||
enum AcoreStrings
|
||||
{
|
||||
// for chat commands
|
||||
@@ -779,7 +784,7 @@ enum AcoreStrings
|
||||
LANG_NEED_CHARACTER_NAME = 807,
|
||||
LANG_PLAYER_NOT_EXIST_OR_OFFLINE = 808,
|
||||
LANG_ACCOUNT_FOR_PLAYER_NOT_FOUND = 809,
|
||||
LANG_ACHIEVEMENT_EARNED = 810,
|
||||
// unused = 810,
|
||||
LANG_GUILD_MASTER = 811,
|
||||
LANG_GUILD_OFFICER = 812,
|
||||
LANG_GUILD_VETERAN = 813,
|
||||
|
||||
Reference in New Issue
Block a user