You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue in parsing names in chat on certain MoP servers
Fixed issue in throwing error for handle_SMSG_INVALIDATE_PLAYER on MoP servers
Fixed SMSG_GM_MESSAGECHAT opcode for Cataclysm
Added support for different realm and game build numbers (to support Turtle WoW)
Updates to used libraries.
Added build hashes and support for more 1.x vanilla builds.
Fixed issue with bot not sending messages longer than 255 characters, since this is unsupported by WoW clients.
Instead, the bot will split up these messages and send them in multiple chat packets.
Fixed issue with bot not sending Discord messages which are replies.