From 8e7750403c097858ef7e4efb6a74bf68d1ecdcc0 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Tue, 25 Oct 2016 15:27:20 +0200 Subject: [PATCH] Typo fixed --- OrderHall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OrderHall.lua b/OrderHall.lua index 1363671..de235ba 100644 --- a/OrderHall.lua +++ b/OrderHall.lua @@ -26,7 +26,7 @@ local GHF local GHFMissions function module:OnInitialize(...) if not ns.GHF then return end -- Waiting to be late initialized by init routine - if GetAddOnEnableState(UnitName("player","OrderHallCommander")) > 0 then + if GetAddOnEnableState(UnitName("player"),"OrderHallCommander") > 0 then self:Print("Delegating hall management to OrderHallCommander") return end -- 1.7.9.5