diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 2ee456a58..823dde505 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -2280,7 +2280,7 @@ int atcommand_option( sd->sc.opt1 = param1; sd->sc.opt2 = param2; - if (!(sd->sc.option & CART_MASK) && param3 & CART_MASK) { + if (!(sd->sc.option & OPTION_CART) && param3 & OPTION_CART) { clif_cartlist(sd); clif_updatestatus(sd, SP_CARTINFO); } |