summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-26 07:58:45 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:06 +0300
commitcde8cf6b18c124f5453451276c9978141271e6d3 (patch)
tree6a102cb1d87cf57ccb05b1b2a82d42defabf774e /src/map/clif.h
parenta3b66189064b5b7ec2be2caf6d2ae42c5d9a7851 (diff)
downloadhercules-cde8cf6b18c124f5453451276c9978141271e6d3.tar.gz
hercules-cde8cf6b18c124f5453451276c9978141271e6d3.tar.bz2
hercules-cde8cf6b18c124f5453451276c9978141271e6d3.tar.xz
hercules-cde8cf6b18c124f5453451276c9978141271e6d3.zip
Use enum OPEN_ROULETTE_ACK in roulette open ack packet.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 7f3dc204d..c8db1a0fd 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -503,7 +503,7 @@ enum GENERATE_ROULETTE_ACK {
#endif
};
-enum OPEN_ROULETTE_ACK{
+enum OPEN_ROULETTE_ACK {
OPEN_ROULETTE_SUCCESS = 0x0,
OPEN_ROULETTE_FAILED = 0x1,
};