diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-24 20:11:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-24 20:13:26 +0300 |
commit | 31cc126d6970a97abf1365be6639123e27126f37 (patch) | |
tree | fff1a5da3bdf6423cdc287f5d924a9db70211090 /src/map | |
parent | 19e1bc1fb31265afeea95fe3ceb06e99a5853ad2 (diff) | |
download | hercules-31cc126d6970a97abf1365be6639123e27126f37.tar.gz hercules-31cc126d6970a97abf1365be6639123e27126f37.tar.bz2 hercules-31cc126d6970a97abf1365be6639123e27126f37.tar.xz hercules-31cc126d6970a97abf1365be6639123e27126f37.zip |
Add comment to packet 0x2cc.
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index ea137e67f..73c13ca8f 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -17556,6 +17556,7 @@ static int clif_instance(int instance_id, int type, int flag) case 2: // S 0x2cc <Standby Position>.W // To announce Instancing queue creation if no maps available + // flag is priority, negative value mean cancel reservation WBUFW(buf,0) = 0x02CC; WBUFW(buf,2) = flag; clif->send(buf,packet_len(0x02CC),&sd->bl,target); |