diff options
author | shennetsind <ind@henn.et> | 2013-03-29 14:17:22 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-29 14:17:22 -0300 |
commit | 6ee3d513e882a76aa044f68bc52f2fd8010d8b84 (patch) | |
tree | ea4791fa2b77ed07b41b6d11b4657c353642c754 /src/config/const.h | |
parent | 691b3e61f2e7ead7c3afa51cdc03d4e9f86f4fed (diff) | |
download | hercules-6ee3d513e882a76aa044f68bc52f2fd8010d8b84.tar.gz hercules-6ee3d513e882a76aa044f68bc52f2fd8010d8b84.tar.bz2 hercules-6ee3d513e882a76aa044f68bc52f2fd8010d8b84.tar.xz hercules-6ee3d513e882a76aa044f68bc52f2fd8010d8b84.zip |
Fixed Bug #7133
http://hercules.ws/board/tracker/issue-7133-no-cart-display/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/config/const.h')
-rw-r--r-- | src/config/const.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/config/const.h b/src/config/const.h index 1e7a40d74..a5b8f1c56 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -1,7 +1,8 @@ -// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL -// For more information, see LICENCE in the main folder -#ifndef _RRCONFIGS_CONST_ -#define _RRCONFIGS_CONST_ +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// Portions Copyright (c) Athena Dev Teams +#ifndef _H_CONSTANTS_ +#define _H_CONSTANTS_ /** * rAthena configuration file (http://rathena.org) @@ -102,4 +103,4 @@ /** * End of File **/ -#endif +#endif /* _H_CONSTANTS_ */ |