From c6c8eff170b30357fe20900dd0e785c5f0064133 Mon Sep 17 00:00:00 2001 From: Philipp Wille Date: Sat, 8 Aug 2015 20:46:12 -1000 Subject: [PATCH] Changed order of staredowns --- static/javascripts/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/javascripts/index.js b/static/javascripts/index.js index bf4958b..639333b 100644 --- a/static/javascripts/index.js +++ b/static/javascripts/index.js @@ -3828,16 +3828,16 @@ var ikrpg = ikrpg || {}; }, { name: "Staredown", - publication: "Unleashed Core Rules", - page: "167", + publication: "Unleashed Adventure Kit Rulebook", + page: "10", category: "Ability", subcategory: "", game: "IKU" }, { name: "Staredown", - publication: "Unleashed Adventure Kit Rulebook", - page: "10", + publication: "Unleashed Core Rules", + page: "167", category: "Ability", subcategory: "", game: "IKU" @@ -27218,4 +27218,4 @@ var ikrpg = ikrpg || {}; game: "IKU" }, ]; -})(); \ No newline at end of file +})();