# HG changeset patch # User yellowfive # Date 1563918511 25200 # Node ID d90a740a1d0b9af2ee2f6f341ba75398f2cac765 # Parent 0d037afc7128dbcc2cd256e3f1b3ef4bd8b5ec1f Bug fix, russian translation tweak. diff -r 0d037afc7128 -r d90a740a1d0b AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Jul 10 12:53:50 2019 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Jul 23 14:48:31 2019 -0700 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 78 +local MAJOR, MINOR = "AskMrRobot-Serializer", 79 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else diff -r 0d037afc7128 -r d90a740a1d0b AskMrRobot.toc --- a/AskMrRobot.toc Wed Jul 10 12:53:50 2019 -0700 +++ b/AskMrRobot.toc Tue Jul 23 14:48:31 2019 -0700 @@ -1,7 +1,7 @@ ## Interface: 80200 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 78 +## Version: 79 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb4 diff -r 0d037afc7128 -r d90a740a1d0b Gear.lua --- a/Gear.lua Wed Jul 10 12:53:50 2019 -0700 +++ b/Gear.lua Tue Jul 23 14:48:31 2019 -0700 @@ -1172,18 +1172,23 @@ table.insert(_pendingGearOps, { items = itemsToEquip.others, wait = true, label = "equip others" }) end - -- make the last operation wait no matter what, before this gets called again to check if everything succeeded - _pendingGearOps[#_pendingGearOps].wait = true + if #_pendingGearOps > 0 then + -- make the last operation wait no matter what, before this gets called again to check if everything succeeded + _pendingGearOps[#_pendingGearOps].wait = true - if not _gearOpWaiting then - _gearOpWaiting = { inventory = {} } + if not _gearOpWaiting then + _gearOpWaiting = { inventory = {} } + end + + _gearOpPasses = passes + _currentGearOp = _pendingGearOps[1] + initializeGearOp(_currentGearOp, setupId, 1) + + processCurrentGearOp() + else + -- TODO: print message that gear set couldn't be equipped end - - _gearOpPasses = passes - _currentGearOp = _pendingGearOps[1] - initializeGearOp(_currentGearOp, setupId, 1) - - processCurrentGearOp() + else -- TODO: print message that gear set couldn't be equipped end diff -r 0d037afc7128 -r d90a740a1d0b localization/ruRU.lua --- a/localization/ruRU.lua Wed Jul 10 12:53:50 2019 -0700 +++ b/localization/ruRU.lua Tue Jul 23 14:48:31 2019 -0700 @@ -80,8 +80,8 @@ L.DifficultyNames = { [17] = "ЛФР", [14] = "Нормал", - [15] = "Героический", - [16] = "Мифический" + [15] = "Гер", + [16] = "Миф" } L.WeaponTypes = {