--- deliantra/server/include/treasure.h 2010/03/26 01:04:44 1.28 +++ deliantra/server/include/treasure.h 2012/01/03 11:25:33 1.31 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -46,7 +46,7 @@ */ enum { - GT_ENVIRONMENT = 0x0001, // put treasure at objetc, not into object + GT_ENVIRONMENT = 0x0001, // put treasure at object, not into object GT_INVISIBLE = 0x0002, GT_STARTEQUIP = 0x0004, GT_APPLY = 0x0008,