diff --git a/site/bestiary-tables.js b/site/bestiary-tables.js index 036f93f..48ab514 100644 --- a/site/bestiary-tables.js +++ b/site/bestiary-tables.js @@ -27,7 +27,7 @@ 8: { hp: 2.00, atp: 1.08, exp: 2.00 }, 9: { hp: 2.50, atp: 1.09, exp: 2.50 }, 10: { hp: 3.00, atp: 1.10, exp: 3.00 }, - 11: { hp: 4.00, atp: 1.10, exp: null }, + 11: { hp: 4.00, atp: 1.10, exp: 3.00 }, }; const COLUMN_GROUPS = { diff --git a/site/bestiary.html b/site/bestiary.html index 9ee85a4..c29ce03 100644 --- a/site/bestiary.html +++ b/site/bestiary.html @@ -71,7 +71,8 @@