summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2017-04-19 23:52:06 +0800
committerJedzkie <jedzkie13@rocketmail.com>2017-04-23 11:26:34 +0800
commit359cc8da6b98c9716e4695b471acbe4d45140be2 (patch)
tree91a48fe913d6a713657af895b24dbe6024662f0f /src/common
parent94104f0e3c69e2089b42915de74c792acbda9e6d (diff)
downloadhercules-359cc8da6b98c9716e4695b471acbe4d45140be2.tar.gz
hercules-359cc8da6b98c9716e4695b471acbe4d45140be2.tar.bz2
hercules-359cc8da6b98c9716e4695b471acbe4d45140be2.tar.xz
hercules-359cc8da6b98c9716e4695b471acbe4d45140be2.zip
Coding-style Fixes and White space adjustments
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 5e650e4e8..7bd5b7c06 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -448,7 +448,7 @@ enum {
#endif
// compound constants
OPTION_DRAGON = OPTION_DRAGON1|OPTION_DRAGON2|OPTION_DRAGON3|OPTION_DRAGON4|OPTION_DRAGON5,
- OPTION_COSTUME = OPTION_WEDDING|OPTION_XMAS|OPTION_SUMMER|OPTION_HANBOK|OPTION_OKTOBERFEST|OPTION_SUMMER2,
+ OPTION_COSTUME = OPTION_WEDDING | OPTION_XMAS | OPTION_SUMMER | OPTION_HANBOK | OPTION_OKTOBERFEST | OPTION_SUMMER2,
};
struct s_skill {