diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-22 22:04:37 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-22 22:04:37 +0000 |
commit | ae6efe1e4bb013f18d79319f2375695fe241d64f (patch) | |
tree | 2315a93b1f88545d74cb19e5e348bc32d9022f21 | |
parent | 69a6aa49d228a03b45631d96d9c965b58f89ab20 (diff) | |
download | hercules-ae6efe1e4bb013f18d79319f2375695fe241d64f.tar.gz hercules-ae6efe1e4bb013f18d79319f2375695fe241d64f.tar.bz2 hercules-ae6efe1e4bb013f18d79319f2375695fe241d64f.tar.xz hercules-ae6efe1e4bb013f18d79319f2375695fe241d64f.zip |
Accidentally commit my test db. >_>
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12636 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index d76e3ad67..2fd65f1c9 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -5,7 +5,7 @@ // // Healing Items //============================================================= -501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,65),0; },{},{}` +501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(45,65),0; },{},{} 502,Orange_Potion,Orange Potion,0,200,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(105,145),0; },{},{} 503,Yellow_Potion,Yellow Potion,0,550,,130,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(175,235),0; },{},{} 504,White_Potion,White Potion,0,1200,,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(325,405),0; },{},{} |