From 0f7b632e8fcec4ee28829070871879a521729db8 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Wed, 24 Jun 2015 12:44:21 +0200 Subject: [PATCH] Fixes 1x GarrisonCommander\FollowerCache.lua:202: attempt to call method 'refresh' (a nil value) Signed-off-by: Alar of Daggerspine --- FollowerCache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FollowerCache.lua b/FollowerCache.lua index fd98eb3..bd163b2 100644 --- a/FollowerCache.lua +++ b/FollowerCache.lua @@ -199,7 +199,7 @@ function cache:GetFollowersWithTrait(trait) return self.traits[trait] end function cache:GetFollowersWithCounterFor(threat) - self:refresh() + self:Refresh() return self.threats[threat] end -- 1.7.9.5