diff options
author | Xantara <missxantara@gmail.com> | 2013-12-11 23:41:03 -0700 |
---|---|---|
committer | Xantara <missxantara@gmail.com> | 2013-12-11 23:41:03 -0700 |
commit | 0fd5a422b47367418e8ecea7ffa77872524dc01e (patch) | |
tree | babdeebb5268c6d2cebf730c26294d1b61904824 /db/pre-re/item_group.conf | |
parent | 7d97b1286ccee7db7035fd570765c9232f4c5eff (diff) | |
download | hercules-0fd5a422b47367418e8ecea7ffa77872524dc01e.tar.gz hercules-0fd5a422b47367418e8ecea7ffa77872524dc01e.tar.bz2 hercules-0fd5a422b47367418e8ecea7ffa77872524dc01e.tar.xz hercules-0fd5a422b47367418e8ecea7ffa77872524dc01e.zip |
Item database bug fixes.
#5608: Proper groups for Lotto Boxes
#5625: Missing function for Dungeon Teleport Scroll II
#5612: Missing skills
Diffstat (limited to 'db/pre-re/item_group.conf')
-rw-r--r-- | db/pre-re/item_group.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/db/pre-re/item_group.conf b/db/pre-re/item_group.conf index e31ffd339..25f9302e0 100644 --- a/db/pre-re/item_group.conf +++ b/db/pre-re/item_group.conf @@ -4701,6 +4701,7 @@ Candy_Holder: ( ) */ Lotto_Box01: ( + "Lotto01", "Lotto02", "Lotto03", "Lotto04", @@ -4709,6 +4710,7 @@ Lotto_Box01: ( "Lotto07", "Lotto08", "Lotto09", + "Lotto10", ) Lotto_Box02: ( "Lotto11", @@ -4719,9 +4721,10 @@ Lotto_Box02: ( "Lotto16", "Lotto17", "Lotto18", + "Lotto19", + "Lotto20", ) Lotto_Box03: ( - "Lotto20", "Lotto21", "Lotto22", "Lotto23", @@ -4729,21 +4732,23 @@ Lotto_Box03: ( "Lotto25", "Lotto26", "Lotto27", -) -Lotto_Box04: ( + "Lotto28", "Lotto29", "Lotto30", +) +Lotto_Box04: ( "Lotto31", "Lotto32", "Lotto33", "Lotto34", "Lotto35", "Lotto36", -) -Lotto_Box05: ( + "Lotto37", "Lotto38", "Lotto39", "Lotto40", +) +Lotto_Box05: ( "Lotto41", "Lotto42", "Lotto43", |