Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltip to skill windows for reagents, also light fix for locale #272

Merged
merged 3 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Carbonite.Warehouse/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ L["|cffff1010No reagent bank data - visit your bank"] = "|cffff1010Отсутс
L["---- Equipped ----"] = "---- На персонаже ----"
L["Slot"] = "Слот"
L["---- %s Equipped ----"] = "---- %s На персонаже ----"
L["All Items"] = "Все предмета"
L["All Items"] = "Все предметы"
L["%s |cffcfcfff(%s Bank)"] = "%s |cffcfcfff(В банке %s)"
L["%s |cffcfffff(%s Mail)"] = "%s |cffcfffff(На почте %s)"
L["%s %d (%d Worn)"] = "%s %d (%d На персонаже)"
Expand Down
6 changes: 3 additions & 3 deletions Carbonite.Warehouse/NxWarehouse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -838,18 +838,18 @@ function CarboniteWarehouse:OnInitialize()
"SetAction",
"SetAuctionItem",
"SetBagItem",
--"SetGuildBankItem",
"SetGuildBankItem",
"SetHyperlink",
"SetInboxItem",
"SetInventoryItem",
"SetLootItem",
"SetLootRollItem",
"SetMerchantItem",
--"SetRecipeReagentItem",
--"SetRecipeResultItem",
"SetCraftItem",
"SetQuestItem",
"SetQuestLogItem",
"SetTradeTargetItem",
"SetTradeSkillItem",
}

for k, name in ipairs (ttHooks) do
Expand Down