ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/skills.h
(Generate patch)

Comparing deliantra/server/include/skills.h (file contents):
Revision 1.5 by root, Wed May 17 21:35:43 2006 UTC vs.
Revision 1.6 by elmex, Sun Aug 13 17:16:02 2006 UTC

1/* 1/*
2 * static char *rcsid_skills_h = 2 * static char *rcsid_skills_h =
3 * "$Id: skills.h,v 1.5 2006/05/17 21:35:43 root Exp $"; 3 * "$Id: skills.h,v 1.6 2006/08/13 17:16:02 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
141SK_PUNCHING, 141SK_PUNCHING,
142SK_SPARK_TOUCH, 142SK_SPARK_TOUCH,
143SK_SHIVER, 143SK_SHIVER,
144SK_ACID_SPLASH, 144SK_ACID_SPLASH,
145SK_POISON_NAIL, 145SK_POISON_NAIL,
146-1 146(uint8)-1
147}; 147};
148 148
149/* Just in case one file includes this more than once */ 149/* Just in case one file includes this more than once */
150#undef WANT_UNARMED_SKILLS 150#undef WANT_UNARMED_SKILLS
151 151

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines