summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-21 17:46:27 +0000
committerLuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-21 17:46:27 +0000
commit8334acc1e4991b02a5f963a546aed211659522b1 (patch)
treedd551a5fb238d423c68d6e457e1c25b8cfffc180 /src/map/map.c
parent6460ab9b943f664e4353b375174a14e682e2d2fd (diff)
downloadhercules-8334acc1e4991b02a5f963a546aed211659522b1.tar.gz
hercules-8334acc1e4991b02a5f963a546aed211659522b1.tar.bz2
hercules-8334acc1e4991b02a5f963a546aed211659522b1.tar.xz
hercules-8334acc1e4991b02a5f963a546aed211659522b1.zip
Fix on not showing guildmembers logins/logouts messages.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5695 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 6e5bff823..173241aca 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1538,7 +1538,7 @@ int map_quit(struct map_session_data *sd) {
guild_reply_reqalliance(sd,sd->guild_alliance_account,0);
// Force exiting from duel and rejecting
- // all duel invitations when player quit [LuzZza]
+ // all duel invitations when player quit [LuzZza]
if(sd->duel_group > 0)
duel_leave(sd->duel_group, sd);