--- deliantra/server/include/skillinc.h 2007/11/08 19:43:25 1.10 +++ deliantra/server/include/skillinc.h 2008/05/06 16:55:26 1.12 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 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 GNU General Public License as published by @@ -59,7 +59,7 @@ def (PYROMANCY , SF_RANGED | SF_MANA) def (EVOCATION , SF_RANGED | SF_MANA) def (SORCERY , SF_RANGED | SF_MANA) -def (TWO_HANDED_WEAPON , SF_COMBAT) +def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) def (SPARK_TOUCH , SF_COMBAT) def (SHIVER , SF_COMBAT) def (ACID_SPLASH , SF_COMBAT)