diff options
author | Haru <haru@dotalux.com> | 2014-04-28 14:30:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-04-28 14:30:32 +0200 |
commit | 8444621ef253b598e506b5cfaa9ade8a79398297 (patch) | |
tree | f7f9bc0e6c6f43b45f776996dbeabe37e67d6b01 /src | |
parent | 9cc80b15545a3010b2f8903a0ba947565cff7875 (diff) | |
download | hercules-8444621ef253b598e506b5cfaa9ade8a79398297.tar.gz hercules-8444621ef253b598e506b5cfaa9ade8a79398297.tar.bz2 hercules-8444621ef253b598e506b5cfaa9ade8a79398297.tar.xz hercules-8444621ef253b598e506b5cfaa9ade8a79398297.zip |
Follow-up to 6af9ad3
- Fixes bugreport:8167, thanks to Frost
http://hercules.ws/board/tracker/issue-8167-packetver-re-small-issue/
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 001553f1c..4c85e2c72 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6836,7 +6836,7 @@ void Hercules_report(char* date, char *time_c) { #endif #ifdef PACKETVER_RE - config |= C_PACKETVER_RE + config |= C_PACKETVER_RE; #endif /* non-define part */ |