Summary option
Alar of Daggerspine [05-01-16 - 10:07]
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 69a8f63..dcf5d40 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,11 @@
*GarrisonCommander helps you when choosing the right follower for the right mission*
+* *2.11.2*
+Fix: Almost maxed follower were not able to use upgrades (#113)
+Feature: Mission tooltip can now be totally hidden (#123)
+GarrisonCommander Broker
+Feature: You can now only show a summary report for missions
+
* *2.11.1*
Fix: "loose" was used instead of "lose" in resource lost message
Feature: Added more localization
diff --git a/GarrisonCommander-Broker/ldb.lua b/GarrisonCommander-Broker/ldb.lua
index 1c07670..ceec091 100644
--- a/GarrisonCommander-Broker/ldb.lua
+++ b/GarrisonCommander-Broker/ldb.lua
@@ -537,13 +537,7 @@ function dataobj:OnTooltipShow()
local last
if #db > 0 then
if addon:GetBoolean("SUMMARY") then
- --@debug@
- print("Cached",addon:CachedTableCount())
- --@end-debug@
local sorted=addon:NewTable()
- --@debug@
- print("Cached",addon:CachedTableCount())
- --@end-debug@
local now=time()
for i=1,#db do
if db[i] then
@@ -573,7 +567,7 @@ function dataobj:OnTooltipShow()
end
addon:DelTable(sorted)
--@debug@
- print("Cached",addon:CachedTableCount())
+ addon:CacheStats()
--@end-debug@
else
for i=1,#db do