A wrong Curse metatag
Alar of Daggerspine [01-12-15 - 03:12]
A wrong Curse metatag
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua
index 9c522bd..212e6e5 100644
--- a/GarrisonCommander.lua
+++ b/GarrisonCommander.lua
@@ -464,12 +464,10 @@ end
local origGarrisonMissionButton_OnEnter = _G.GarrisonMissionButton_OnEnter
function _G.GarrisonMissionButton_OnEnter(this,button)
origGarrisonMissionButton_OnEnter(this,button)
- --@debug@
if (this.info.inProgress) then
GameTooltip:AddDoubleLine("ID:",this.info.missionID)
GameTooltip:Show()
end
- --@end-debug@
end
--@end-debug@
-- These local will became conf var