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

Comparing deliantra/server/include/spells.h (file contents):
Revision 1.2 by elmex, Sat Aug 12 14:12:03 2006 UTC vs.
Revision 1.3 by root, Sun Aug 27 13:02:03 2006 UTC

1/* 1/*
2 * static char *rcsid_spells_h = 2 * static char *rcsid_spells_h =
3 * "$Id: spells.h,v 1.2 2006/08/12 14:12:03 elmex Exp $"; 3 * "$Id: spells.h,v 1.3 2006/08/27 13:02:03 root 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
127#define SP_FAERY_FIRE 44 127#define SP_FAERY_FIRE 44
128#define SP_CAUSE_DISEASE 45 128#define SP_CAUSE_DISEASE 45
129#define SP_AURA 46 129#define SP_AURA 46
130#define SP_TOWN_PORTAL 47 130#define SP_TOWN_PORTAL 47
131#define SP_PARTY_SPELL 48 131#define SP_PARTY_SPELL 48
132#define SP_PERL 49 /* a perl/plugin handled spell */
133 132
134/* Potion subtypes */ 133/* Potion subtypes */
135#define POT_SPELL 1 134#define POT_SPELL 1
136#define POT_DUST 2 135#define POT_DUST 2
137#define POT_FIGURINE 3 136#define POT_FIGURINE 3

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines