diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 11:07:08 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 11:07:08 +0000 |
commit | ebaa8dec0f991c52c06e40b4af409013f9ab14d9 (patch) | |
tree | 1714302cccc2ae43f354705a16af25c366b7ec64 /db | |
parent | 782e0e4535fd3430b5294f30e638f4b81e65ca33 (diff) | |
download | hercules-ebaa8dec0f991c52c06e40b4af409013f9ab14d9.tar.gz hercules-ebaa8dec0f991c52c06e40b4af409013f9ab14d9.tar.bz2 hercules-ebaa8dec0f991c52c06e40b4af409013f9ab14d9.tar.xz hercules-ebaa8dec0f991c52c06e40b4af409013f9ab14d9.zip |
Updated Embryo creation, put "Potion Creation Guide" instead of "Embryo Creation Guide" according to RockmanEXE's & iRO info
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8419 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/produce_db.txt | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 758cfe9c4..b0cc75f40 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ =========================
08/22
+ * Updated Embryo creation, put "Potion Creation Guide" instead of "Embryo Creation Guide"
+ according to RockmanEXE's & iRO info [Toms]
* Updated range of guns according to RockmanEXE's info [Playtester]
* Updated some items thanks to Haplo [Playtester]
08/21
diff --git a/db/produce_db.txt b/db/produce_db.txt index 054a2ce04..82c010d62 100644 --- a/db/produce_db.txt +++ b/db/produce_db.txt @@ -376,8 +376,9 @@ 606,22,228,7144,0,704,1,518,1,713,1
//-- Alcohol <-- AM_PHARMACY & Alcohol Creation Guide & 1 Empty Bottle, 5 Poison Spore, 5 Stem, 1 Empty Testtube
970,22,228,7127,0,713,1,7033,5,905,5,1092,1
-//-- Embryo <-- AM_PHARMACY & Embryo Creation Guide & 1 Seed of Life, 1 Morning Dew of Yggdrasil, 1 Glass Tube
-7142,22,228,7419,0,7140,1,7141,1,7143,1
+//-- Embryo <-- AM_PHARMACY & Potion Creation Guide & 1 Seed of Life, 1 Morning Dew of Yggdrasil, 1 Glass Tube
+7142,22,228,7144,0,7140,1,7141,1,7143,1
+// ProduceItemID,ItemLV,RequireSkill,MaterialID1,MaterialAmount1,......
//----------------------------------------------
//==============================================
|