Skip to content

Commit 65d33bd

Browse files
author
Alar of Runetotem
committed
Merge branch 'release/2.6.0'
2 parents 2cb1388 + 6712d42 commit 65d33bd

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

OrderHallCommander.toc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
## Interface: 110105, 110107
1+
## Interface: 110200, 110205
22
## Title: OrderHallCommander
33
## IconTexture: 134414
4+
## Category-enUS: Expansion Features
5+
## Category-deDE: Erweiterungsfeatures
6+
## Category-esES: Características
7+
## Category-esMX: Características de expansiones
8+
## Category-frFR: Contenu d’extension
9+
## Category-itIT: Contenuti specifici
10+
## Category-koKR: 확장팩 특징
11+
## Category-ptBR: Características da Expansão
12+
## Category-ruRU: Особый контент
13+
## Category-zhCN: 特色更新
14+
## Category-zhTW: 資料片特色
415
## Notes: Sending all follower to missions with just one click and more
516
## Notes-itIT: Invia tutti i seguaci in missione con un click e molto altro
617
## Notes-frFR: Vous aide au moment de choisir le droit utilisateur pour la bonne mission

RelNotes.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
22
"NOTES": {
3+
"k020600": {
4+
"major": "2",
5+
"minor": "6",
6+
"patch": "0",
7+
"description": [
8+
{
9+
"tag": "Toc",
10+
"info": "11.2.0"
11+
},
12+
{
13+
"tag": "Fix",
14+
"info": "Removed a glitch when clicking on minimap button"
15+
},
16+
{
17+
"tag": "Feature",
18+
"info": "Added category"
19+
},
20+
{
21+
"tag": "Internale",
22+
"info": "removed unused parameters"
23+
}
24+
]
25+
},
326
"k020502": {
427
"major": "2",
528
"minor": "5",

RelNotes.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ self:Wiki([[
1616
typing /ohc silent in chat will eliminate every chat message from OrderHallCommander
1717
]])
1818
self:HF_Paragraph('Release Notes')
19+
self:RelNotes(2,6,0,[[
20+
Toc: 11.2.0
21+
Fix: Removed a glitch when clicking on minimap button
22+
Feature: Added category
23+
Internale: removed unused parameters
24+
]])
1925
self:RelNotes(2,5,2,[[
2026
Toc: 11.1.5
2127
]])

tutorials.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tutorials={
138138
},
139139
{
140140
text=function()
141-
local c,n=C(X["Counter kill Troops"], fcolor),C(X["Never kill Troops"],fcolor),C(addon:GetNumber("MAXCHAMP"),ncolor)
141+
local c=C(X["Counter kill Troops"], fcolor)
142142
return format(L["With %1$s you ask to always counter the Hazard kill troop.\nThis means that OHC will try to counter it OR use a troop with just one durability left.\nThe target for this switch is to avoid wasting durability point, NOT to avoid troops' death."],
143143
c)
144144
end,
@@ -406,6 +406,7 @@ end
406406
function module:Hide(this)
407407
HelpPlateTooltip.HookedByOHC=nil
408408
HelpPlateTooltip:SetFrameStrata(platestrata)
409+
if (not HelpPlate_TooltipHide) then return end
409410
HelpPlate_TooltipHide()
410411
HelpPlateTooltip:SetParent(UIParent)
411412
Clicker:SetParent(nil)

0 commit comments

Comments
 (0)