diff options
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/produce_db.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 0eab96af7..9f809dda8 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ =========================
04/12
+ * Fixed produce_db for Halberd 3-->12 Oridecons [Playtester]
* Fixed Violy's Violin[4] drop rate. It is 2%. [Playtester]
* Fixed a typo and sorted skill_cast_db by skill id. [Playtester]
04/11
diff --git a/db/produce_db.txt b/db/produce_db.txt index 0e28b2e29..3db2b0bdd 100644 --- a/db/produce_db.txt +++ b/db/produce_db.txt @@ -130,8 +130,8 @@ 1457,2,104,999,55
//-- Trident <-- BS_SPEAR & 8 Oridecon, 10 Steel, 5 Aquamarine
1460,3,104,984,8,999,10,720,5
-//-- Halberd <-- BS_SPEAR & 3 Oridecon, 10 Steel
-1463,3,104,984,3,999,10
+//-- Halberd <-- BS_SPEAR & 12 Oridecon, 10 Steel
+1463,3,104,984,12,999,10
//-- Lance <-- BS_SPEAR & 12 Oridecon, 3 Ruby, 2 Evil Horn
1410,3,104,984,12,723,3,923,2
//----------------------------------------------
|