Skip to content

Commit

Permalink
Release version 1.1.1 - Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
FAR747 authored Jul 23, 2020
2 parents fbcf5a8 + 4f322a6 commit c93d5a7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions SteelswordGoldLogger/Languages/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ local localization_strings = {
SI_SGL_GUPD_REASON_4 = "Quest reward",
SI_SGL_GUPD_REASON_5 = "Paid NPC",
SI_SGL_GUPD_REASON_8 = "Upgrade backpack",
SI_SGL_GUPD_REASON_9 = "Upgrade Bank",
SI_SGL_GUPD_REASON_11 = "Looted from excavation",
SI_SGL_GUPD_REASON_13 = "Looted from enemies",
SI_SGL_GUPD_REASON_19 = "Wayshrine travel",
Expand Down
1 change: 1 addition & 0 deletions SteelswordGoldLogger/Languages/ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ local localization_strings = {
SI_SGL_GUPD_REASON_4 = "Награда за квест",
SI_SGL_GUPD_REASON_5 = "Оплата NPC",
SI_SGL_GUPD_REASON_8 = "Улучшение инвентаря",
SI_SGL_GUPD_REASON_9 = "Улучшение банка",
SI_SGL_GUPD_REASON_11 = "Раскопки",
SI_SGL_GUPD_REASON_13 = "Добыто из моба",
SI_SGL_GUPD_REASON_19 = "Быстрое перемещение",
Expand Down
2 changes: 1 addition & 1 deletion SteelswordGoldLogger/Settings.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Settings menu.
function SteelswordGoldLogger.LoadSettings()
local LAM = LibStub("LibAddonMenu-2.0")
local LAM = LibAddonMenu2
local panelData = {
type = "panel",
name = SteelswordGoldLogger.menuName,
Expand Down
4 changes: 2 additions & 2 deletions SteelswordGoldLogger/SteelswordGoldLogger.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
SteelswordGoldLogger = {
name = "SteelswordGoldLogger", -- Matches folder and Manifest file names.
version = "1.1", -- A nuisance to match to the Manifest.
version = "1.1.1", -- A nuisance to match to the Manifest.
author = "FAR747",
color = "DDFFEE", -- Used in menu titles and so on.
menuName = "Steelsword Gold Logger", -- A UNIQUE identifier for menu object.
website = "https://steelsword.ru/",
classes = {},
}

local SIGoldReasons = {0,1,2,3,4,5,8,11,13,19,21,24,27,28,29,31,32,33,42,43,44,45,47,51,52,55,56,57,60,61,62,63,64}
local SIGoldReasons = {0,1,2,3,4,5,8,9,11,13,19,21,24,27,28,29,31,32,33,42,43,44,45,47,51,52,55,56,57,60,61,62,63,64}

SteelswordGoldLogger.addonGUI = {
MainWindow = SteelswordGoldLoggerMainWindow,
Expand Down
4 changes: 2 additions & 2 deletions SteelswordGoldLogger/SteelswordGoldLogger.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## APIVersion: 100031
## Title: Steelsword Gold Logger
## Version: 1.1
## AddOnVersion: 4
## Version: 1.1.1
## AddOnVersion: 5
## Author: FAR747
## Description: Simple addon for accounting for gold on a character.
## SavedVariables: SteelswordGoldLoggervars SteelswordGoldLoggerAccvars
Expand Down

0 comments on commit c93d5a7

Please sign in to comment.