mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
hopefully this fixes some more...
This commit is contained in:
@@ -560,7 +560,6 @@ void DatabaseProcess::receiveMessage(const MessageDispatch::Emitter & source, co
|
||||
else if (message.isType("ExcommunicateGameServerMessage"))
|
||||
{
|
||||
Archive::ReadIterator ri = static_cast<const GameNetworkMessage &>(message).getByteStream().begin();
|
||||
ri = static_cast<const GameNetworkMessage &>(message).getByteStream().begin();
|
||||
ExcommunicateGameServerMessage msg(ri);
|
||||
|
||||
LOG("GameGameConnect",("Database Process was told to drop connection to %lu by Central",msg.getServerId()));
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user