Skip to content

Commit 200f439

Browse files
committed
updating log message with new assets name
1 parent 7648575 commit 200f439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HousesMapping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TibiaDataHousesMappingInitiator() {
5454
err = json.Unmarshal([]byte(res.Body()), &data)
5555

5656
if err != nil {
57-
log.Println("[error] TibiaData API failed to parse content from houses_mapping.json")
57+
log.Println("[error] TibiaData API failed to parse content from assets.tibiadata.com/data.json")
5858
} else {
5959
// storing data so it's accessible from other places
6060
TibiadataHousesMapping = data

0 commit comments

Comments
 (0)