Skip to content

Commit

Permalink
[7218] Fixed used message CHAT_MSG_GUILD_ACHIEVEMENT format.
Browse files Browse the repository at this point in the history
Guild members will not recieve achievement messages.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
delavega authored and VladimirMangos committed Feb 1, 2009
1 parent 20f83f1 commit c60e626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/game/AchievementMgr.cpp
Expand Up @@ -248,7 +248,6 @@ void AchievementMgr::SendAchievementEarned(AchievementEntry const* achievement)
if(Guild* guild = objmgr.GetGuildById(GetPlayer()->GetGuildId()))
{
WorldPacket data(SMSG_MESSAGECHAT, 200);
data << uint8(CHAT_MSG_ACHIEVEMENT);
data << uint8(CHAT_MSG_GUILD_ACHIEVEMENT);
data << uint32(LANG_UNIVERSAL);
data << uint64(GetPlayer()->GetGUID());
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7217"
#define REVISION_NR "7218"
#endif // __REVISION_NR_H__

0 comments on commit c60e626

Please sign in to comment.