hopefully this fixes some more...

This commit is contained in:
DarthArgus
2014-10-26 22:20:06 -07:00
parent 9db3229116
commit eb2e7c78d8
23 changed files with 105 additions and 156 deletions
@@ -52,8 +52,6 @@ bool TaskGetStructures::process(DB::Session *session)
{
StructureRec *cr=new StructureRec;
NOT_NULL(cr);
cr->structureId = NetworkId(qry.getData().object_id.getValue());
cr->location = Unicode::wideToNarrow(qry.getData().scene_id.getValue());
cr->objectTemplate = Unicode::wideToNarrow(qry.getData().object_template.getValue());