Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Add Small Health Potion into Tibia.Constants.Items.Potion #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As in topic,

Small Health Potion ID: 7876

Original issue reported on code.google.com by muttd...@gmail.com on 20 Jan 2010 at 8:14

GoogleCodeExporter commented 9 years ago
public static ItemData SmallHealthPotion = new ItemData("Small Health Potion", 
7876,
false, 1.75, 20, new List<string>() { "" });

I added rest of the code =)

Original comment by muttd...@gmail.com on 20 Jan 2010 at 8:23

GoogleCodeExporter commented 9 years ago
Added, thank you!

Original comment by brunodun...@gmail.com on 20 Jan 2010 at 9:12