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:
parent
c711264d1a
commit
ed23a426ec
|
@ -132,7 +132,7 @@ shields_table = {
|
|||
"Golden Wing Crest Shield": 0x0143CAA0,
|
||||
"Ancient Dragon Greatshield": 0x013599D0,
|
||||
"Spirit Tree Crest Shield": 0x014466E0,
|
||||
"Red and White Round Shield": 0x01343A40,
|
||||
"Blessed Red and White Shield": 0x01343FB9,
|
||||
}
|
||||
|
||||
goods_table = {
|
||||
|
|
|
@ -89,7 +89,7 @@ undead_settlement_table = {
|
|||
"US: Soul of the Rotted Greatwood": 0x400002D7,
|
||||
"US: Hawk Ring": 0x20004F92,
|
||||
"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: Cornyx's Ashes": 0x40000841
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue