From eccf063181ee84bd9c57b8afc77f2768e594666b Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Mon, 10 May 2021 16:20:47 +0300 Subject: [PATCH] raise count misses for build spell cache --- WeakAurasOptions/Cache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAurasOptions/Cache.lua b/WeakAurasOptions/Cache.lua index 2d47bcd..120e454 100644 --- a/WeakAurasOptions/Cache.lua +++ b/WeakAurasOptions/Cache.lua @@ -32,7 +32,7 @@ function spellCache.Build() local id = 0 local misses = 0 - while misses < 400 do + while misses < 53000 do id = id + 1 local name, _, icon = GetSpellInfo(id)