From 51dad7729dccbbcfe60aee77673c1a4f008f87af Mon Sep 17 00:00:00 2001 From: Yord Date: Tue, 17 May 2016 07:49:03 +0200 Subject: [PATCH] Fixed issue with Paingiver and Outcast castes. --- ikrpg.appcache | 3 +-- static/javascripts/generator.js | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ikrpg.appcache b/ikrpg.appcache index ae3d1e3..7ca3fe3 100644 --- a/ikrpg.appcache +++ b/ikrpg.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2016-05-16v2 +# 2016-05-17 CACHE: @@ -177,7 +177,6 @@ CACHE: # javascripts /static/javascripts/datatables-filters.js -/static/javascripts/foo.js /static/javascripts/heroic-old.js /static/javascripts/heroic.js /static/javascripts/index.js diff --git a/static/javascripts/generator.js b/static/javascripts/generator.js index bd42b19..e232160 100644 --- a/static/javascripts/generator.js +++ b/static/javascripts/generator.js @@ -3004,12 +3004,12 @@ var ikrpg = ikrpg || {}; ], "Paingiver": [ listItem(_notes, "Paingiver Caste"), - listItem(_AGL, 1), + number(_AGL, 1), listItem(_abilities, "Anatomical Precision") ], "Slave": [ listItem(_notes, "Slave Caste"), - listItem(_PHY, 1), + number(_PHY, 1), listItem(_benefits, "Tough") ], "Warrior": [