From 61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 12 Dec 2006 13:53:36 +0000 Subject: - Removed CART_MASK as OPTION_CART can take care of that. - Moved the OPTION_MASK define to status.h - Reverted the knockback implementation to use clif_slide instead of clif_fixpos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9469 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') 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); } -- cgit v1.2.3-60-g2f50