diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/item_db.txt | 4 | ||||
-rw-r--r-- | db/item_trade.txt | 6 |
3 files changed, 10 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index ee96c1d4f..abf5f2bc6 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -38,6 +38,9 @@ ======================= 2009/05/15 + * Rev. 13779 Minor database updates related to the Falicious Okolnir dungeon. [L0ne_W0lf] + - Corrected the names of Andvari's Ring and Valkyrie's Token. + - Added Crystal_Key and Valkyrie's_Gift item_trade restrictions. * Removed custom behavior on some AutoSpellWhenHit bonuses [Playtester] - they now use aegis default activation (SHORT+LONG+WEAPON+NORMAL+SKILL) * Added graphical effects to bonusautoscripts of Bloody Eater and Atroce Card [Playtester] diff --git a/db/item_db.txt b/db/item_db.txt index a77ef9c66..0fd39bdd4 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -3291,10 +3291,10 @@ 7828,Bravery_Badge,Bravery Badge,3,,1,0,,,,,,,,,,,,,{},{},{} 7829,Valor_Badge,Valor Badge,3,,1,0,,,,,,,,,,,,,{},{},{} 7830,Goddess_Tear,Goddess Tear,3,1,,500,,,,,,,,,,,,,{},{},{} -7831,Valkyrie's_Token,Valkyrie's Token,3,1,,500,,,,,,,,,,,,,{},{},{} +7831,Valkyrie_Token,Valkyrie's Token,3,1,,500,,,,,,,,,,,,,{},{},{} 7832,Brynhild_Armor_Piece,Brynhild Armor Piece,3,1,,500,,,,,,,,,,,,,{},{},{} 7833,Hero_Remains,Hero's Remains,3,1,,500,,,,,,,,,,,,,{},{},{} -7834,Andvari's_Ring,Andvari's Ring,3,1,,500,,,,,,,,,,,,,{},{},{} +7834,Andvari_Ring,Andvari's Ring,3,1,,500,,,,,,,,,,,,,{},{},{} 7835,Dusk_Glow,Dusk Glow,3,1,,500,,,,,,,,,,,,,{},{},{} 7836,Dawn_Essence,Dawn Essence,3,1,,500,,,,,,,,,,,,,{},{},{} 7837,Cold_Moonlight,Cold Moonlight,3,1,,500,,,,,,,,,,,,,{},{},{} diff --git a/db/item_trade.txt b/db/item_trade.txt index 6e3bb81aa..a5c325838 100644 --- a/db/item_trade.txt +++ b/db/item_trade.txt @@ -588,4 +588,8 @@ // "Valentine's Day (2009)" Event related items //5817,123,100 -//14466,123,100
\ No newline at end of file +//14466,123,100 + +// Falicious Okolnir +7839,123,100 // Crystal_Key +7840,123,100 // Valkyrie's_Gift |