Fix: Another step in hide and seek with Master Plan. Use GC Interface
Alar of Daggerspine [01-10-15 - 11:24]
Fix: Another step in hide and seek with Master Plan. Use GC Interface
now works also with MP 0.22.1. This fix also reenables Garrison Mission
Manager
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1f3c031..8685478 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,6 @@
= GarrisonCommander helps you when choosing the right follower for the right mission =
+* 2,1,3
+Fix: Another step in hide and seek with Master Plan. Use GC Interface now works also with MP 0.22.1. This fix also reenables Garrison Mission Manager
* 2.1.2
Fix: Mission should appear sorted as requested bith on startup and after a mission completion
Fix: Removed a couple fo rare lua error
diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua
index 099af30..0ce65f6 100644
--- a/GarrisonCommander.lua
+++ b/GarrisonCommander.lua
@@ -1525,6 +1525,7 @@ function addon:Clock()
GarrisonMissionFrameMissionsListScrollFrame:Hide()
else
GarrisonMissionFrameMissionsListScrollFrame:Show()
+ GarrisonMissionFrameMissionsListScrollFrame:SetParent(GMF)
end
--@debug@
for k,d in pairs(coroutines) do
diff --git a/RelNotes.lua b/RelNotes.lua
index d0f119b..4edfd17 100644
--- a/RelNotes.lua
+++ b/RelNotes.lua
@@ -22,6 +22,9 @@ self:Wiki([[
== Silent mode ==
typing /gac silent in chat will eliminate every chat messag from GarrisonCommander
]])
+self:RelNotes(2,1,3,[[
+Fix: Another step in hide and seek with Master Plan. Use GC Interface now works also with MP 0.22.1. This fix also reenables Garrison Mission Manager
+]])
self:RelNotes(2,1,2,[[
Fix: Mission should appear sorted as requested bith on startup and after a mission completion
Fix: Removed a couple fo rare lua error