From 87230adc731f543b77db4f1eea161c29cb72180b Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:41:19 -0800 Subject: [PATCH] Update packKaldheim.js --- js/frames/packKaldheim.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/frames/packKaldheim.js b/js/frames/packKaldheim.js index 9c39029d..487f7b0d 100644 --- a/js/frames/packKaldheim.js +++ b/js/frames/packKaldheim.js @@ -26,7 +26,7 @@ availableFrames = [ {name:'Red Icon (Front)', src:'/img/frames/kaldheim/modal/rft.png', bounds:bounds2}, {name:'Green Icon (Front)', src:'/img/frames/kaldheim/modal/gft.png', bounds:bounds2}, {name:'Multicolored Icon (Front)', src:'/img/frames/kaldheim/modal/mft.png', bounds:bounds2}, - {name:'Artifact Reminder (Front)', src:'/img/frames/kaldheim/modal/afb.png', bounds:bounds3}, + {name:'Artifact Icon (Front)', src:'/img/frames/kaldheim/modal/aft.png', bounds:bounds3}, {name:'White Reminder (Front)', src:'/img/frames/kaldheim/modal/wfb.png', bounds:bounds3}, {name:'Blue Reminder (Front)', src:'/img/frames/kaldheim/modal/ufb.png', bounds:bounds3}, {name:'Black Reminder (Front)', src:'/img/frames/kaldheim/modal/bfb.png', bounds:bounds3}, @@ -40,7 +40,7 @@ availableFrames = [ {name:'Red Icon (Back)', src:'/img/frames/kaldheim/modal/rbt.png', bounds:bounds2}, {name:'Green Icon (Back)', src:'/img/frames/kaldheim/modal/gbt.png', bounds:bounds2}, {name:'Multicolored Icon (Back)', src:'/img/frames/kaldheim/modal/mbt.png', bounds:bounds2}, - {name:'Artifact Reminder (Back)', src:'/img/frames/kaldheim/modal/abb.png', bounds:bounds3}, + {name:'Artifact Icon (Back)', src:'/img/frames/kaldheim/modal/abt.png', bounds:bounds3}, {name:'White Reminder (Back)', src:'/img/frames/kaldheim/modal/wbb.png', bounds:bounds3}, {name:'Blue Reminder (Back)', src:'/img/frames/kaldheim/modal/ubb.png', bounds:bounds3}, {name:'Black Reminder (Back)', src:'/img/frames/kaldheim/modal/bbb.png', bounds:bounds3},