summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:30:15 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-28 01:30:15 +0000
commitf50f76af9cf4c6de540f18a46735f9f19c9da230 (patch)
tree4d9708b38d9944b753573d94c3eb3cb4fb262151 /src/map/pc.c
parentb587488712a319a66f575d2764edf7bc2e25bcc1 (diff)
downloadhercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.gz
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.bz2
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.tar.xz
hercules-f50f76af9cf4c6de540f18a46735f9f19c9da230.zip
Some misc cleanups (typos, formatting, forgotten changelog entry etc)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9733 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 9761ad811..d52303204 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -796,7 +796,7 @@ int pc_reg_received(struct map_session_data *sd)
sd->die_counter = pc_readglobalreg(sd,"PC_DIE_COUNTER");
if ((sd->class_&MAPID_BASEMASK)==MAPID_TAEKWON)
- { //Better check for class rather than skill to prevent "skill resets" from unsetting this
+ { //Better check for class rather than skill to prevent "skill resets" from unsetting this
sd->mission_mobid = pc_readglobalreg(sd,"TK_MISSION_ID");
sd->mission_count = pc_readglobalreg(sd,"TK_MISSION_COUNT");
}
@@ -3268,7 +3268,7 @@ int pc_steal_item(struct map_session_data *sd,struct block_list *bl, int lv)
char message[128];
i_data = itemdb_search(itemid);
sprintf (message, msg_txt(542), (sd->status.name != NULL)?sd->status.name :"GM", md->db->jname, i_data->jname, (float)md->db->dropitem[i].p/100);
- //MSG: "'%s' stole %s's %s (chance: %%%0.02f)"
+ //MSG: "'%s' stole %s's %s (chance: %0.02f%%)"
intif_GMmessage(message,strlen(message)+1,0);
}
return 1;