diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-26 15:14:52 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-26 15:14:52 +0000 |
commit | 928c64f273a8d50498601c51536d638cf866ab12 (patch) | |
tree | ead308e7fe021d70acb621665ca9c0a5f2faed5c /src/map/clif.c | |
parent | 0992d2bd872ba93653f3af9a8233f6133fe8455c (diff) | |
download | hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.gz hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.bz2 hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.xz hercules-928c64f273a8d50498601c51536d638cf866ab12.zip |
Fixed guild expulsion not working correctly.
Corrected explusion -> expulsion typo.
Added packets from 2007-11-20a sakexe; there are some changes but can't test them yet, so they're left commented out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11808 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 8a485e755..2dfad87a8 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11839,7 +11839,7 @@ static int packetdb_readdb(void) {clif_parse_GuildInvite,"guildinvite"}, {clif_parse_GuildReplyInvite,"guildreplyinvite"}, {clif_parse_GuildLeave,"guildleave"}, - {clif_parse_GuildExpulsion,"guildexplusion"}, + {clif_parse_GuildExpulsion,"guildexpulsion"}, {clif_parse_GuildMessage,"guildmessage"}, {clif_parse_GuildRequestAlliance,"guildrequestalliance"}, {clif_parse_GuildReplyAlliance,"guildreplyalliance"}, |