From 1c5fab35e935b870939bcae24ea95e957ed76d5a Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 12 Dec 2007 09:41:51 +0000 Subject: Removed the badly designed/unfinished guild_check_conflict() data integrity check (that wasn't actually being used up 'till now). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11894 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index 72766c471..5c8cfc9a0 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -638,19 +638,6 @@ int intif_guild_message(int guild_id,int account_id,const char *mes,int len) return 0; } -// ギルド競合チェック要求 -int intif_guild_checkconflict(int guild_id,int account_id,int char_id) -{ - if (CheckForCharServer()) - return 0; - WFIFOHEAD(inter_fd, 14); - WFIFOW(inter_fd, 0)=0x3038; - WFIFOL(inter_fd, 2)=guild_id; - WFIFOL(inter_fd, 6)=account_id; - WFIFOL(inter_fd,10)=char_id; - WFIFOSET(inter_fd,14); - return 0; -} // ギルド基本情報変更要求 int intif_guild_change_basicinfo(int guild_id,int type,const void *data,int len) { -- cgit v1.2.3-60-g2f50