diff options
author | Haru <haru@dotalux.com> | 2017-03-11 17:31:17 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-03-11 17:31:17 +0100 |
commit | 1470ca226c51b3269c30c0b80774240092849239 (patch) | |
tree | 9fef9634ca9bf18946efd692f0961b2535bf0a25 | |
parent | f95796d77e2df6ed2e1f0f72dc956cf1f63c79f7 (diff) | |
download | hercules-1470ca226c51b3269c30c0b80774240092849239.tar.gz hercules-1470ca226c51b3269c30c0b80774240092849239.tar.bz2 hercules-1470ca226c51b3269c30c0b80774240092849239.tar.xz hercules-1470ca226c51b3269c30c0b80774240092849239.zip |
Remove a duplicate comment line
- follow-up to 0f5fdca8945ec3afd5ba2e67a9d414f1ef5565c3
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 2cf5d75b4..9ef7d084f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -387,7 +387,6 @@ int pc_banding(struct map_session_data *sd, uint16 skill_lv) { return c; } -// Increases a player's fame points and displays a notice to him /** * Increases a player's fame points and displays a notice to them. * |