We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd13e7e commit f3db791Copy full SHA for f3db791
src/webserver.go
@@ -370,7 +370,7 @@ func tibiaCreaturesCreature(c *gin.Context) {
370
c,
371
tibiadataRequest,
372
func(BoxContentHTML string) (interface{}, error) {
373
- return TibiaCreaturesCreatureImpl(race, BoxContentHTML)
+ return TibiaCreaturesCreatureImpl(endpoint, BoxContentHTML)
374
},
375
"TibiaCreaturesCreature")
376
}
0 commit comments