Skip to content

Commit

Permalink
Fixed FC Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakraaThePanda committed Jul 5, 2019
1 parent f076ae1 commit 2ae997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Roster.gs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function fetchFCInfo() {
function updateFC(freecompany, row) {

// add FC Logo
_FCRosterSheet.getRange(row, _FCAvatarColumn).setValue("=IMAGE(\"https://xivapi.com/fc/" + freecompany.FreeCompany.ID + ".png\",2)");
_FCRosterSheet.getRange(row, _FCAvatarColumn).setValue("=IMAGE(\"https://xivapi.com/freecompany/" + freecompany.FreeCompany.ID + "/icon\",2)");

// add FC Name
_FCRosterSheet.getRange(row, _FCNameColumn).setValue("=HYPERLINK(\"https://na.finalfantasyxiv.com/lodestone/freecompany/" + freecompany.FreeCompany.ID.replace('i','') + "\", \"" + freecompany.FreeCompany.Name + " «" + freecompany.FreeCompany.Tag + "» " + "\")");
Expand Down

0 comments on commit 2ae997b

Please sign in to comment.