From 82f2163a2612788b891800f82641eec5d09dd771 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Thu, 16 Feb 2017 23:19:56 +0100 Subject: [PATCH] Fix: Lua Error --- OrderHall.lua | 2 +- RelNotes.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OrderHall.lua b/OrderHall.lua index a69ed8e..e54fcc3 100644 --- a/OrderHall.lua +++ b/OrderHall.lua @@ -213,7 +213,7 @@ print("Doing one time initialization for",this:GetName(),...) --@end-debug@ addon:CheckMP() self:SafeSecureHookScript("OrderHallMissionFrame","OnShow") - GCS=addon:CreateHeader(self,'HALLPIN') + GCS=addon:CreateHeader(self,'HALLMOVEPANEL','HALLPIN') GHF.FollowerStatusInfo=GHF:CreateFontString(nil, "BORDER", "GameFontNormal") GHF.FollowerStatusInfo:SetPoint("TOPRIGHT",-30,0) GHF.FollowerStatusInfo:SetHeight(25) diff --git a/RelNotes.lua b/RelNotes.lua index 3eafc18..18029c8 100644 --- a/RelNotes.lua +++ b/RelNotes.lua @@ -26,6 +26,7 @@ self:RelNotes(2,17,0,[[ Feature: Fast mode: if you keep the CTRL key pressed while opening the mission table, GC automagically completes pending mission and schedule new ones Feature: Fast mode works for both Garrison and Shipyard mission Feature: No longer includes OrderHallCommander: be sure you added it to Curse Client or manually update it +Fix: Lua error when trying to close header in Order Hall if OrderHallCommander was not installed ]]) self:RelNotes(2,16,1,[[ Fix: Mission control was reusing followers -- 1.7.9.5