diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:51:34 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:51:34 +0000 |
commit | f0396490708b1c9bc21d560ddf2770db4a4703b9 (patch) | |
tree | 73ac38e84696dc55ee9a3d9a8b7464bdefa2fef6 /db | |
parent | 95ebd901a0f0ed8d5aee7c9f8e9753f4fb2747b3 (diff) | |
download | hercules-f0396490708b1c9bc21d560ddf2770db4a4703b9.tar.gz hercules-f0396490708b1c9bc21d560ddf2770db4a4703b9.tar.bz2 hercules-f0396490708b1c9bc21d560ddf2770db4a4703b9.tar.xz hercules-f0396490708b1c9bc21d560ddf2770db4a4703b9.zip |
Corrected typos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@495 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 57498c4d2..e564a8c87 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -11,6 +11,7 @@ * Updated Sleipnir, Brisingamen, Mjolnir, Megingord, Counter Dagger, Poison Knife [celest] * Updated SP requirements for Full Strip, Full Chemical Protection, Cannibalize [celest] + * Corrected some item_db typos, thanks to DracoRPG 12/6 * Changed spiritball requirements for Chain Crush to 1, thanks to MaoMao of cAthena diff --git a/db/item_db.txt b/db/item_db.txt index a9903c0a6..63ad962f8 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -15,7 +15,7 @@ 509,White_Herb,White Herb,0,120,0,70,,,,,10477567,2,,,,,{ itemheal rand(75,114),0; },{} 510,Blue_Herb,Blue Herb,0,60,0,70,,,,,10477567,2,,,,,{ itemheal 0,rand(15,29); },{} 511,Green_Herb,Green Herb,0,10,0,30,,,,,10477567,2,,,,,{ sc_end SC_Poison; },{} -512,mace,Apple,0,15,0,20,,,,,10477567,2,,,,,{ itemheal rand(16,21),0; },{} +512,Apple,Apple,0,15,0,20,,,,,10477567,2,,,,,{ itemheal rand(16,21),0; },{} 513,Banana,Banana,0,15,0,20,,,,,10477567,2,,,,,{ itemheal rand(17,20),0; },{} 514,Grape,Grape,0,200,0,20,,,,,10477567,2,,,,,{ itemheal 0,rand(10,14); },{} 515,Carrot,Carrot,0,15,0,20,,,,,10477567,2,,,,,{ itemheal rand(18,19),0; },{} @@ -28,7 +28,7 @@ 522,Mastela_Fruit,Mastela Fruit,0,840,0,30,,,,,10477567,2,,,,,{ itemheal rand(400,599),0; },{} 523,Holy_Water,Holy Water,0,20,0,30,,,,,10477567,2,,,,,{ sc_end SC_Curse; },{} 525,Panacea,Panacea,0,500,0,100,,,,,10477567,2,,,,,{ sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; },{} -526,Royal_Jelly,Royal Jelly,0,7000,0,150,,,,,10477567,2,,,,,{ itemheal rand(325,404),rand(40,59); sc_end SC_Posion; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; },{} +526,Royal_Jelly,Royal Jelly,0,7000,0,150,,,,,10477567,2,,,,,{ itemheal rand(325,404),rand(40,59); sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; },{} 528,Monster's_Feed,Monster Food,0,60,0,150,,,,,10477567,2,,,,,{ itemheal rand(72,107),0; },{} 529,Candy,Candy,0,10,0,30,,,,,10477567,2,,,,,{ itemheal rand(45,64),0; },{} 530,Candy_Cane,Candy Cane,0,20,0,40,,,,,10477567,2,,,,,{ itemheal rand(105,144),0; },{} |