Jump to content

[patch][7218] In AchievementMgr.cpp function SendAchievementEarned


Guest delavega

Recommended Posts

I found that there is in guild broadcast two times of type of message. I never saw messagechat with two types, isn't this typo and should be only CHAT_MSG_GUILD_ACHIEVEMENT ? (AchievementMgr.cpp - 251. line)

        WorldPacket data(SMSG_MESSAGECHAT, 200);
       [b]data << uint8(CHAT_MSG_ACHIEVEMENT); // <----[/b]
       data << uint8(CHAT_MSG_GUILD_ACHIEVEMENT);

Edit: tested, wow ignores guild packet with two types. there must be only CHAT_MSG_GUILD_ACHIEVEMENT

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use