# HG changeset patch # User yellowfive # Date 1413539042 25200 # Node ID aabec73640a0e3f56f6f4cd9303bd55c447bd186 # Parent 4317e56e0a91ec836412162275ea66af0dd3fcad fixed bug with combat log code on entering combat diff -r 4317e56e0a91 -r aabec73640a0 AskMrRobot.lua --- a/AskMrRobot.lua Fri Oct 17 00:08:54 2014 -0500 +++ b/AskMrRobot.lua Fri Oct 17 02:44:02 2014 -0700 @@ -759,7 +759,7 @@ function AskMrRobot.ExportToAddonChat(timestamp) local msg = AskMrRobot.ExportToCompressedString(false) - local msgPrefix = timestamp .. "\n" .. AmrRealmName .. "\n" .. AmrCharacterName .. "\n" + local msgPrefix = timestamp .. "\n" .. AmrDb.RealmName .. "\n" .. AmrDb.CharacterName .. "\n" -- break the data into 250 character chunks (to deal with the short limit on addon message size) local chunks = {}