--- deliantra/server/socket/item.C 2010/03/26 00:59:22 1.87 +++ deliantra/server/socket/item.C 2010/04/03 17:15:19 1.90 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -621,7 +621,7 @@ return; } - player_apply (pl->ob, op, 0, 0); + pl->ob->apply (op, AP_TOGGLE); } /** Client wants to lock some object. Lets do so. */