mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
hopefully this fixes some more...
This commit is contained in:
@@ -48,8 +48,6 @@ bool TaskGetCharacters::process(DB::Session *session)
|
||||
{
|
||||
CharacterRec *cr=new CharacterRec;
|
||||
|
||||
NOT_NULL(cr);
|
||||
|
||||
cr->characterName = qry.getData().character_name.getValue();
|
||||
cr->characterId = NetworkId(qry.getData().object_id.getValue());
|
||||
cr->location = Unicode::wideToNarrow(qry.getData().scene_id.getValue());
|
||||
|
||||
Reference in New Issue
Block a user