--- deliantra/server/lib/cf/match.pm 2009/11/03 23:44:21 1.24 +++ deliantra/server/lib/cf/match.pm 2010/03/26 01:04:44 1.26 @@ -1,7 +1,7 @@ # # This file is part of Deliantra, the Roguelike Realtime MMORPG. # -# Copyright (©) 2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team +# Copyright (©) 2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team # # Deliantra is free software: you can redistribute it and/or modify it under # the terms of the Affero GNU General Public License as published by the @@ -477,6 +477,8 @@ our $flag = $cf::REFLECT{object}{flags}; our $sattr = $cf::REFLECT{object}{scalars}; + # quick hack to support archname, untested + $sattr->{archname} = "W"; our $aattr = $cf::REFLECT{object}{arrays}; our $lattr = $cf::REFLECT{living}{scalars};