From d914c93085f7160e13fca37cda62c0293281b609 Mon Sep 17 00:00:00 2001 From: Znote Date: Sat, 31 Jul 2021 20:19:41 +0200 Subject: [PATCH] Fix spells cache --- spells.php | 1 + 1 file changed, 1 insertion(+) diff --git a/spells.php b/spells.php index db85592..ba7965e 100644 --- a/spells.php +++ b/spells.php @@ -2,6 +2,7 @@ // Loading spell list $spellsCache = new Cache('engine/cache/spells'); +$spellsCache->useMemory(false); if (user_logged_in() && is_admin($user_data)) { if (isset($_GET['update'])) { echo "

Logged in as admin, loading engine/XML/spells.xml file and updating cache.

";