diff options
author | dastgir <dastgirpojee@rocketmail.com> | 2014-11-04 07:51:58 -0500 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2014-11-04 07:52:24 -0500 |
commit | cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0 (patch) | |
tree | 06992aa2f25178363b3cfe076ff6d5f1406040f0 /db/roulette_db.conf | |
parent | 6dc75795d290e887fc87901ace89ca2f391d4530 (diff) | |
download | hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.gz hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.bz2 hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.xz hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.zip |
Added Missing Roulette Items
NOTE: Item Scripts are taken from Description.
Diffstat (limited to 'db/roulette_db.conf')
-rw-r--r-- | db/roulette_db.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/db/roulette_db.conf b/db/roulette_db.conf index bcffe88f7..831ee9023 100644 --- a/db/roulette_db.conf +++ b/db/roulette_db.conf @@ -22,7 +22,7 @@ roulette: ( Poison_Bottle:1 Branch_Of_Dead_Tree:1 Fruit_Of_Mastela:1 - //ID12609:1 // 12609 not in db + Old_Ore_Box:1 E_Inc_Agi_10_Scroll:1 Elunium:1 Oridecon:1 @@ -51,14 +51,14 @@ roulette: ( Gold_Coin:1 Old_Card_Album:1 E_Small_Life_Potion:1 - //Gift_Buff_Set:1 // 22777 not in db + Buff_Gift_Set:1 Guarantee_Weapon_6Up:1 } level_5: { Gold_Coin:1 // Lose Magic_Card_Album:1 Comp_Battle_Manual:1 - //ID12831:1 // 12831 not in db // potion box ? + Potion_Box:1 Guarantee_Armor_6Up:1 } level_6: { @@ -73,4 +73,5 @@ roulette: ( Guarantee_Armor_8Up:1 } } -)
\ No newline at end of file +) + |