All pastes #1957146 Raw Edit

Miscellany

public diff v1 · immutable
#1957146 ·published 2010-10-07 20:26 UTC
rendered paste body
From d19c1bcd9713d4c42a4dbb859e95fd711ec2a3b3 Mon Sep 17 00:00:00 2001From: Andrei Karas <akaras@inbox.ru>Date: Thu, 7 Oct 2010 23:24:13 +0300Subject: [PATCH] Disable guilds netcode.--- src/net/tmwa/guildhandler.cpp |    2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)diff --git a/src/net/tmwa/guildhandler.cpp b/src/net/tmwa/guildhandler.cppindex 67fe5d9..3313edb 100644--- a/src/net/tmwa/guildhandler.cpp+++ b/src/net/tmwa/guildhandler.cpp@@ -44,6 +44,7 @@ Guild *taGuild; GuildHandler::GuildHandler() {     static const Uint16 _messages[] = {+/*         SMSG_GUILD_CREATE_RESPONSE,         SMSG_GUILD_POSITION_INFO,         SMSG_GUILD_MEMBER_LOGIN,@@ -70,6 +71,7 @@ GuildHandler::GuildHandler()         SMSG_GUILD_DEL_ALLIANCE,         SMSG_GUILD_OPPOSITION_ACK,         SMSG_GUILD_BROKEN,+*/         0     };     handledMessages = _messages;-- 1.7.2.3