From 29fbed7f1f58b7ac3ff5d124e52a2d18278fc21f Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 4 Oct 2006 15:20:50 +0000 Subject: - Modified pc_jobchange so that it automatically removes peco/falcon/cart/homun if the new job you are changing to does not possess the required skill for them. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8932 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_guild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char_sql/int_guild.c') diff --git a/src/char_sql/int_guild.c b/src/char_sql/int_guild.c index 8f9e50acf..1a1ce718a 100644 --- a/src/char_sql/int_guild.c +++ b/src/char_sql/int_guild.c @@ -1604,7 +1604,7 @@ int mapif_parse_BreakGuild(int fd,int guild_id) inter_log("guild %s (id=%d) broken" RETCODE,g->name,guild_id); //Remove the guild from memory. [Skotlex] - g = idb_remove(guild_db_, guild_id); + idb_remove(guild_db_, guild_id); return 0; } -- cgit v1.2.3-60-g2f50