Test (again)

This commit is contained in:
Lucas Nicodemus 2011-07-14 02:05:33 -06:00
parent d24e5184a3
commit a9eee56be4

View file

@ -75,7 +75,7 @@ namespace TShockAPI.DB
int Y1 = reader.Get<int>("Y1");
int height = reader.Get<int>("height");
int width = reader.Get<int>("width");
int Protected = reader.Get<int>("Protected"); //
int Protected = reader.Get<int>("Protected");
string MergedIDs = DbExt.Get<string>(reader, "UserIds");
string name = DbExt.Get<string>(reader, "RegionName");