--- deliantra/server/include/spellist.h 2006/02/07 14:55:32 1.2 +++ deliantra/server/include/spellist.h 2006/03/15 15:35:51 1.3 @@ -27,6 +27,9 @@ #include "spells.h" +#if 0 +All those variables aren't used anymore. + spell spells[NROFREALSPELLS]={ /* name,lvl,sp,charges,time,scrolls[nr,chance],book-chance,rng,defensive,cleric,self path, other arch*/ @@ -692,7 +695,9 @@ { 0, 0, 0, 4, 12}, /*frost nova*/ }; -char *spellpathnames[NRSPELLPATHS] = { +#endif /* 0 */ + +const char *spellpathnames[NRSPELLPATHS] = { "Protection", "Fire", "Frost",