mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
Correction made to BuildChatPacket(( ) declaration
Correction made to BuildChatPacket(( ) declaration
This commit is contained in:
parent
e4d1bdfc74
commit
574dd3d075
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ChatHandler
|
|||
* \param uint32 achievementId : Required only for *ACHIEVEMENT
|
||||
* \param const char* addonPrefix : Required only for *CHAT_MSG_ADDON
|
||||
**/
|
||||
static void ChatHandler::BuildChatPacket(WorldPacket& data, ChatMsg msgtype, char const* message, Language language = LANG_UNIVERSAL, ChatTagFlags chatTag = CHAT_TAG_NONE,
|
||||
static void BuildChatPacket(WorldPacket& data, ChatMsg msgtype, char const* message, Language language = LANG_UNIVERSAL, ChatTagFlags chatTag = CHAT_TAG_NONE,
|
||||
ObjectGuid const& senderGuid = ObjectGuid(), char const* senderName = NULL,
|
||||
ObjectGuid const& targetGuid = ObjectGuid(), char const* targetName = NULL,
|
||||
char const* channelName = NULL, uint32 achievementId = 0, const char* addonPrefix = NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue