ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_util.C
(Generate patch)

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.91 by root, Sun Jan 11 00:31:52 2009 UTC vs.
Revision 1.92 by root, Sun Jan 11 06:08:40 2009 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2001,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2001,2007 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992,2007 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
673 * Note that this is not used by any spells (summon evil monsters 673 * Note that this is not used by any spells (summon evil monsters
674 * use to call this, but best I can tell, that spell/ability was 674 * use to call this, but best I can tell, that spell/ability was
675 * never used. This is however used by various failures on the 675 * never used. This is however used by various failures on the
676 * players part (alchemy, reincarnation, etc) 676 * players part (alchemy, reincarnation, etc)
677 */ 677 */
678
679int 678int
680summon_hostile_monsters (object *op, int n, const char *monstername) 679summon_hostile_monsters (object *op, int n, const char *monstername)
681{ 680{
682 int i; 681 int i;
683 682

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines