--- deliantra/server/include/spells.h 2007/01/06 14:42:30 1.9 +++ deliantra/server/include/spells.h 2016/11/16 23:42:01 1.22 @@ -1,48 +1,48 @@ /* - CrossFire, A Multiplayer game for X-windows - - Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team - Copyright (C) 2002-2003 Mark Wedel & Crossfire Development Team - Copyright (C) 1992 Frank Tore Johansen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - The authors can be reached via e-mail at crossfire@schmorp.de -*/ + * This file is part of Deliantra, the Roguelike Realtime MMORPG. + * + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2002-2003 Mark Wedel & Crossfire Development Team + * Copyright (©) 1992 Frank Tore Johansen + * + * Deliantra is free software: you can redistribute it and/or modify it under + * the terms of the Affero GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the Affero GNU General Public License + * and the GNU General Public License along with this program. If not, see + * . + * + * The authors can be reached via e-mail to + */ #ifndef SPELLS_H #define SPELLS_H -#define PATH_NULL 0x00000000 /* 0 */ -#define PATH_PROT 0x00000001 /* 1 */ -#define PATH_FIRE 0x00000002 /* 2 */ -#define PATH_FROST 0x00000004 /* 4 */ -#define PATH_ELEC 0x00000008 /* 8 */ -#define PATH_MISSILE 0x00000010 /* 16 */ -#define PATH_SELF 0x00000020 /* 32 */ -#define PATH_SUMMON 0x00000040 /* 64 */ -#define PATH_ABJURE 0x00000080 /* 128 */ -#define PATH_RESTORE 0x00000100 /* 256 */ -#define PATH_DETONATE 0x00000200 /* 512 */ -#define PATH_MIND 0x00000400 /* 1024 */ -#define PATH_CREATE 0x00000800 /* 2048 */ -#define PATH_TELE 0x00001000 /* 4096 */ -#define PATH_INFO 0x00002000 /* 8192 */ -#define PATH_TRANSMUTE 0x00004000 /* 16384 */ +#define PATH_NULL 0x00000000 /* 0 */ +#define PATH_PROT 0x00000001 /* 1 */ +#define PATH_FIRE 0x00000002 /* 2 */ +#define PATH_FROST 0x00000004 /* 4 */ +#define PATH_ELEC 0x00000008 /* 8 */ +#define PATH_MISSILE 0x00000010 /* 16 */ +#define PATH_SELF 0x00000020 /* 32 */ +#define PATH_SUMMON 0x00000040 /* 64 */ +#define PATH_ABJURE 0x00000080 /* 128 */ +#define PATH_RESTORE 0x00000100 /* 256 */ +#define PATH_DETONATE 0x00000200 /* 512 */ +#define PATH_MIND 0x00000400 /* 1024 */ +#define PATH_CREATE 0x00000800 /* 2048 */ +#define PATH_TELE 0x00001000 /* 4096 */ +#define PATH_INFO 0x00002000 /* 8192 */ +#define PATH_TRANSMUTE 0x00004000 /* 16384 */ #define PATH_TRANSFER 0x00008000 /* 32768 */ -#define PATH_TURNING 0x00010000 /* 65536 */ +#define PATH_TURNING 0x00010000 /* 65536 */ #define PATH_WOUNDING 0x00020000 /* 131072 */ #define PATH_DEATH 0x00040000 /* 262144 */ #define PATH_LIGHT 0x00080000 /* 524288 */