--- deliantra/server/include/skills.h 2006/05/01 12:56:17 1.4 +++ deliantra/server/include/skills.h 2006/08/13 17:16:02 1.6 @@ -96,7 +96,7 @@ #define USING_SKILL(op, skill) ((op)->chosen_skill && (op)->chosen_skill->subtype == skill) -/* This macro is used in fix_player() to define if this is a sill +/* This macro is used in fix_player() to define if this is a skill * that should be used to calculate wc's and the like. */ #define IS_COMBAT_SKILL(num) \ @@ -143,7 +143,7 @@ SK_SHIVER, SK_ACID_SPLASH, SK_POISON_NAIL, --1 +(uint8)-1 }; /* Just in case one file includes this more than once */