Skip to content

Commit

Permalink
Hard code a display name for TankardAnniversary
Browse files Browse the repository at this point in the history
Not sure why this item doesn't have a display name resource in the localisation file(s) so just set it to a bit of a guess for now!
  • Loading branch information
Wufflez committed Apr 9, 2022
1 parent 40dd570 commit 59f512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loki/SharedItemData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ public static class ItemDb
["TankardAnniversary"] = new SharedItemData
{
ItemName = "TankardAnniversary", IsTeleportable = true, UsesDurability = false, MaxDurability = 100,
DurabilityPerLevel = 50, MaxStack = 1, DisplayName = "$item_tankard_anniversary",
DurabilityPerLevel = 50, MaxStack = 1, DisplayName = "Anniversary Tankard",
MaxQuality = 1, ItemType = (ItemType)3,
},
["TankardOdin"] = new SharedItemData
Expand Down

0 comments on commit 59f512c

Please sign in to comment.