Merge branch '097-fix-langbogen-price' into 'main'
fix: fix the prices of Langbogen and Langbogen +1 in the provided item pack Closes #97 See merge request dungeonslayers/ds4!211
This commit is contained in:
commit
63e888e39d
1 changed files with 2 additions and 2 deletions
|
@ -3175,7 +3175,7 @@
|
|||
"data": {
|
||||
"description": "<p>Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich</p>",
|
||||
"quantity": 1,
|
||||
"price": 10,
|
||||
"price": 1760,
|
||||
"availability": "unset",
|
||||
"storageLocation": "-",
|
||||
"equipped": false,
|
||||
|
@ -8883,7 +8883,7 @@
|
|||
"data": {
|
||||
"description": "<p>Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich</p>",
|
||||
"quantity": 1,
|
||||
"price": 1760,
|
||||
"price": 10,
|
||||
"availability": "city",
|
||||
"storageLocation": "-",
|
||||
"equipped": false,
|
||||
|
|
Loading…
Reference in a new issue