diff options
author | Haru <haru@dotalux.com> | 2013-08-03 01:44:23 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-08-03 01:44:23 +0200 |
commit | b543724967c794fe9c2370a61b00c1cdc9cddd6b (patch) | |
tree | c2000c0ca54ae15386a05afb87cb70501e1029ad /db/re/item_packages.conf | |
parent | 36a5f0262265de5ca2c0f1406880b437a67e1d11 (diff) | |
download | hercules-b543724967c794fe9c2370a61b00c1cdc9cddd6b.tar.gz hercules-b543724967c794fe9c2370a61b00c1cdc9cddd6b.tar.bz2 hercules-b543724967c794fe9c2370a61b00c1cdc9cddd6b.tar.xz hercules-b543724967c794fe9c2370a61b00c1cdc9cddd6b.zip |
Updated AegisNames in the pre-re item DB
- AegisName values taken from Ind's Ultimate Item DB Update (1caae98)
- Fixed bugreport:7600 (thanks to bgamez23)
http://hercules.ws/board/tracker/issue-7600-error-itemdb-read-duplicate-aegisname/
- Corrected and enabled some previously unavailable/unknown IDs in
item_packages.conf (both pre-re and re) and item_group.conf (pre-re)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/item_packages.conf')
-rw-r--r-- | db/re/item_packages.conf | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index f183532a2..9ee27f1c4 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -3835,8 +3835,7 @@ MVP_Hunt_Box: { Named: true } } -/* unsupported/unknown item 'Brewing_Box' -Brewing_Box: { +Cook_Box: { Dex_Dish10_: { Random: 0 Count: 10 @@ -3853,7 +3852,6 @@ Brewing_Box: { Named: true } } -*/ Xmas_Pet_Scroll: { Fish_Head_Hat: { Random: 1 @@ -7589,12 +7587,11 @@ BR_Independence_Scroll: { Named: true Rate: 100 } -//unsupported/unknown item 'Carmen_Miranda' -// Carmen_Miranda: { -// Random: 1 -// Named: true -// Rate: 30 -// } + Carmen_Miranda's_Hat: { + Random: 1 + Named: true + Rate: 30 + } } All_In_One_Ring_Box: { All_In_One_Ring: { @@ -12705,4 +12702,4 @@ Malang_Woe_Encard_Box: { Octo_Hstick_Box: { Random: 0 } -}
\ No newline at end of file +} |