summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-15 01:31:04 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-15 01:31:04 +0000
commitb2d15eaef8b56c36881cd4aac858ada9a4eddb43 (patch)
tree479ce340f5b8207005da29c3147ebd7a0afcca06 /src/map/pc.c
parent2a56d9f154580b5bce78a5c382b0eef7e36751c9 (diff)
downloadhercules-b2d15eaef8b56c36881cd4aac858ada9a4eddb43.tar.gz
hercules-b2d15eaef8b56c36881cd4aac858ada9a4eddb43.tar.bz2
hercules-b2d15eaef8b56c36881cd4aac858ada9a4eddb43.tar.xz
hercules-b2d15eaef8b56c36881cd4aac858ada9a4eddb43.zip
whops, typo.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15127 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 2e53da29f..632b485b3 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -962,7 +962,7 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim
skill_cooldown_load(sd);
/**
- * Fixed login-without-aura issue (the screen won't blink at this point, don't worry :P)
+ * Fixes login-without-aura glitch (the screen won't blink at this point, don't worry :P)
**/
clif_changemap(sd,sd->mapindex,sd->bl.x,sd->bl.y);