summaryrefslogtreecommitdiff
path: root/src/map/clif.c
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.c
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.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index d27d659b2..da8ba3a95 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -19824,7 +19824,7 @@ static void clif_parse_RouletteOpen(int fd, struct map_session_data *sd)
}
p.PacketType = 0xa1a;
- p.Result = 0;
+ p.Result = OPEN_ROULETTE_SUCCESS;
p.Serial = 0;
p.Step = sd->roulette.stage - 1;
p.Idx = (char)sd->roulette.prizeIdx;