diff options
-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; },{},{} |