From 76bd82bf1ae6b7c0221b7f02b091e0d97144da07 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Wed, 25 Mar 2015 18:04:31 +0100 Subject: [PATCH] NO longer show iomprovements which could go over the cap Signed-off-by: Alar of Daggerspine --- FollowerPage.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FollowerPage.lua b/FollowerPage.lua index 93cce8d..3f450a7 100644 --- a/FollowerPage.lua +++ b/FollowerPage.lua @@ -159,6 +159,9 @@ function addon:ShowUpgradeButtons(force) if level > 600 and level <= currentlevel then break -- Pointless item for this toon end + if level<600 and level + currentlevel > GARRISON_FOLLOWER_MAX_ITEM_LEVEL then + break + end used=used+1 if (tipo:sub(1,1)=="a") then A:SetPoint("TOPLEFT",axpos,aypos) -- 1.7.9.5