diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2014-12-14 22:29:56 -0500 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2014-12-14 22:29:56 -0500 |
commit | c7df86cc2442c29649ae44b629b05818a1742c08 (patch) | |
tree | 9da0b2c0b999b4f572fc8eec0f61d54593afb740 /src/map/pc.c | |
parent | c0169f29abd37dcc8c29510343755c5034a0751a (diff) | |
download | hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.gz hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.bz2 hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.xz hercules-c7df86cc2442c29649ae44b629b05818a1742c08.zip |
Fixed some improper grammar.
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index b22c0d74e..5c6cac6e9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6990,7 +6990,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) { sd->st->state = END; } - /* e.g. not killed thru pc->damage */ + /* e.g. not killed through pc->damage */ if( pc_issit(sd) ) { clif->sc_end(&sd->bl,sd->bl.id,SELF,SI_SIT); } @@ -10587,8 +10587,8 @@ int pc_expiration_timer(int tid, int64 tick, int id, intptr_t data) { return 0; } -/* this timer exists only when a character with a expire timer > 24h is online */ -/* it loops thru online players once an hour to check whether a new < 24h is available */ +/* This timer exists only when a character with an expire timer > 24h is online */ +/* It loops through online players once an hour to check whether a new < 24h is available */ int pc_global_expiration_timer(int tid, int64 tick, int id, intptr_t data) { struct s_mapiterator* iter; struct map_session_data* sd; |