DS3: fix shield item/location (#1158)

* fixed item id

fixed item id for "Blessed Red and White Shield"

* fixed location id

fixed location id for "US: Blessed Red and White Shield"
This commit is contained in:
Br00ty 2022-10-29 13:06:56 -04:00 committed by GitHub
parent c711264d1a
commit ed23a426ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ shields_table = {
"Golden Wing Crest Shield": 0x0143CAA0, "Golden Wing Crest Shield": 0x0143CAA0,
"Ancient Dragon Greatshield": 0x013599D0, "Ancient Dragon Greatshield": 0x013599D0,
"Spirit Tree Crest Shield": 0x014466E0, "Spirit Tree Crest Shield": 0x014466E0,
"Red and White Round Shield": 0x01343A40, "Blessed Red and White Shield": 0x01343FB9,
} }
goods_table = { goods_table = {

View File

@ -89,7 +89,7 @@ undead_settlement_table = {
"US: Soul of the Rotted Greatwood": 0x400002D7, "US: Soul of the Rotted Greatwood": 0x400002D7,
"US: Hawk Ring": 0x20004F92, "US: Hawk Ring": 0x20004F92,
"US: Warrior of Sunlight Covenant": 0x20002738, "US: Warrior of Sunlight Covenant": 0x20002738,
"US: Red and White Round Shield": 0x01343A40, "US: Blessed Red and White Shield": 0x01343FB9,
"US: Irina's Ashes": 0x40000843, "US: Irina's Ashes": 0x40000843,
"US: Cornyx's Ashes": 0x40000841 "US: Cornyx's Ashes": 0x40000841
} }