mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-04 04:16:02 -04:00
Add Guild Leader and City Mayor Chat Channels
This commit is contained in:
@@ -52,6 +52,8 @@ enum ERROR_CODES
|
||||
SWG_CHAT_ERR_INVALID_OBJECT,
|
||||
SWG_CHAT_ERR_NO_GAME_SERVER,
|
||||
SWG_CHAT_ERR_NOT_WARDEN,
|
||||
SWG_CHAT_ERR_NOT_GUILD_LEADER,
|
||||
SWG_CHAT_ERR_NOT_CITY_MAYOR,
|
||||
SWG_CHAT_ERR_WRONG_GCW_REGION_DEFENDER_FACTION
|
||||
};
|
||||
|
||||
|
||||
@@ -44,6 +44,8 @@ namespace ChatRoomTypes
|
||||
static const std::string ROOM_TRADER = "Trader";
|
||||
static const std::string ROOM_BEAST_MASTERY = "BeastMastery";
|
||||
static const std::string ROOM_WARDEN = "Warden";
|
||||
static const std::string ROOM_GUILD_LEADER = "GuildLeaders";
|
||||
static const std::string ROOM_CITY_MAYOR = "CityMayors";
|
||||
}//namespace ChatRoomTypes
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user