Skip to content

Commit

Permalink
Merge pull request #5 from Julexar/patch-4-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Julexar authored Jun 23, 2022
2 parents c7cc83d + 0a712bd commit da86071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions down.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var Downtime = Downtime || (function(){
'Downtime: ' + gmnotes + //--
'</table>' + //--
'<br>' + //--
'<div style="text-align:center;">Avialable Downtime Activities</div>' + //--
'<div style="text-align:center;">Available Downtime Activities</div>' + //--
'<br>' + //--
'<div style="text-align:center;"><a ' + astyle2 + '" href="!brewmenu --charid ' + charid + ' --rarity ?{Type?|Common|Uncommon|Rare|Very Rare|Legendary} --amount ?{Amount?|1}">Brew Potion</a></div>' + //--
'<div style="text-align:center;"><a ' + astyle2 + '" href="!craftmenu --charid ' + charid + ' --type ?{Type?|Weapon|Armor|Accessoires|Scroll} --rarity ?{Rarity?|Common|Uncommon|Rare|Very Rare|Legendary} --time ?{Time?|1}">Craft Items</a></div>' + //--
Expand Down Expand Up @@ -202,7 +202,7 @@ var Downtime = Downtime || (function(){
'Downtime: ' + time + //--
'</table>' + //--
'<br>' + //--
'<div style="text-align:center;">Avialable Downtime Activities</div>' + //--
'<div style="text-align:center;">Available Downtime Activities</div>' + //--
'<br>' + //--
'<div style="text-align:center;"><a ' + astyle2 + '" href="!brewmenu --charid ' + charid + ' --rarity ?{Type?|Common|Uncommon|Rare|Very Rare|Legendary} --amount ?{Amount?|1}">Brew Potion</a></div>' + //--
'<div style="text-align:center;"><a ' + astyle2 + '" href="!craftmenu --charid ' + charid + ' --type ?{Type?|Weapon|Armor|Accessoires|Scroll} --rarity ?{Rarity?|Common|Uncommon|Rare|Very Rare|Legendary} --time ?{Time?|1}">Craft Items</a></div>' + //--
Expand Down

0 comments on commit da86071

Please sign in to comment.