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},