diff --git a/src/TibiaBoostableBossesOverview.go b/src/TibiaBoostableBossesOverview.go
index 748b4419..55eebd2f 100644
--- a/src/TibiaBoostableBossesOverview.go
+++ b/src/TibiaBoostableBossesOverview.go
@@ -44,7 +44,7 @@ func TibiaBoostableBossesOverviewImpl(BoxContentHTML string) (BoostableBossesOve
bossesImgIndexer = `https://static.tibia.com/images/library/`
endBossesImgIndexer = `"`
- bossesNameIndexer = `border=0 />
`
+ bossesNameIndexer = `border="0" />
`
endBossesNameIndexer = `
`
)
diff --git a/src/TibiaBoostableBossesOverview_test.go b/src/TibiaBoostableBossesOverview_test.go
index 45cc7e53..ffea85ce 100644
--- a/src/TibiaBoostableBossesOverview_test.go
+++ b/src/TibiaBoostableBossesOverview_test.go
@@ -25,10 +25,10 @@ func TestBoostableBossesOverview(t *testing.T) {
boosted := boostableBossesJson.BoostableBosses.Boosted
bosses := boostableBossesJson.BoostableBosses.BoostableBosses
- assert.Equal(91, len(bosses))
- assert.Equal("Sharpclaw", boosted.Name)
+ assert.Equal(95, len(bosses))
+ assert.Equal("Ragiaz", boosted.Name)
assert.Equal(
- "https://static.tibia.com/images/global/header/monsters/sharpclaw.gif",
+ "https://static.tibia.com/images/global/header/monsters/ragiaz.gif",
boosted.ImageURL,
)
@@ -39,25 +39,31 @@ func TestBoostableBossesOverview(t *testing.T) {
imageURL string
}{
{
- idx: 19,
+ idx: 20,
name: "Gnomevil",
featured: false,
imageURL: "https://static.tibia.com/images/library/gnomehorticulist.gif",
},
{
- idx: 24,
+ idx: 25,
name: "Goshnar's Malice",
featured: false,
imageURL: "https://static.tibia.com/images/library/goshnarsmalice.gif",
},
{
- idx: 52,
- name: "Sharpclaw",
+ idx: 47,
+ name: "Ragiaz",
featured: true,
+ imageURL: "https://static.tibia.com/images/library/ragiaz.gif",
+ },
+ {
+ idx: 55,
+ name: "Sharpclaw",
+ featured: false,
imageURL: "https://static.tibia.com/images/library/sharpclaw.gif",
},
{
- idx: 75,
+ idx: 78,
name: "The Pale Worm",
featured: false,
imageURL: "https://static.tibia.com/images/library/paleworm.gif",
diff --git a/src/static/testdata/boostablebosses/boostablebosses.html b/src/static/testdata/boostablebosses/boostablebosses.html
index 7dd8f9c8..c58d95fb 100644
--- a/src/static/testdata/boostablebosses/boostablebosses.html
+++ b/src/static/testdata/boostablebosses/boostablebosses.html
@@ -40,13 +40,13 @@
-
+
-
+
-
-
+
+
+
-
-
+
-
-
+
+
@@ -113,7 +112,7 @@