Typo fixed
Alar of Runetotem [10-25-16 - 13:27]
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