mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
fix double item name
This commit is contained in:
parent
549c1232a6
commit
98abe0879f
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ void StaticData::HintTable_Init_Item() {
|
||||||
}, {
|
}, {
|
||||||
CustomMessage("a key to pots", /*german*/"!!!", /*french*/"!!!")
|
CustomMessage("a key to pots", /*german*/"!!!", /*french*/"!!!")
|
||||||
},
|
},
|
||||||
CustomMessage("Guard House Key", "Schlüssel für das Haus der Wachen", "!!!"));
|
CustomMessage("Guard House Key", "Schlüssel für das Haus der Wachen", ""/*!!!*/));
|
||||||
|
|
||||||
hintTextTable[RHT_MARKET_BAZAAR_KEY] = HintText(CustomMessage("Market Bazaar's key"),
|
hintTextTable[RHT_MARKET_BAZAAR_KEY] = HintText(CustomMessage("Market Bazaar's key"),
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue