Update to 1.1.1

Switch to v2 of the sqlite lib. v4 has a bug when run under .Net.
This commit is contained in:
Deathmax 2011-12-16 09:02:59 +08:00
parent a2a1486ea1
commit b23b6789f2
7 changed files with 11 additions and 10 deletions

View file

@ -356,6 +356,7 @@ namespace TShockAPI
try
{
item.prefix = (byte) i;
item.AffixName();
if (item.name.Trim().ToLower() == name.ToLower())
return new List<int> { i };
if (item.name.Trim().ToLower().StartsWith(name.ToLower()))