diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-22 22:02:54 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-22 22:02:54 +0000 |
commit | 69a6aa49d228a03b45631d96d9c965b58f89ab20 (patch) | |
tree | 4fcc7b54edcad73f10bca7cf7c2142abc0cf4fdb /db/item_db.txt | |
parent | 3637b1367f245b7125c002f1dbe6a5da1b9143e7 (diff) | |
download | hercules-69a6aa49d228a03b45631d96d9c965b58f89ab20.tar.gz hercules-69a6aa49d228a03b45631d96d9c965b58f89ab20.tar.bz2 hercules-69a6aa49d228a03b45631d96d9c965b58f89ab20.tar.xz hercules-69a6aa49d228a03b45631d96d9c965b58f89ab20.zip |
Changed itemdb_reload to clear the database before reloading, so it is possible can remove an item from the DB without restarting the server (bugreport:1348)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12635 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-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 2fd65f1c9..d76e3ad67 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; },{},{} |