dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// magic_qu.h - 
/***************************************************************************
 * The Dawn of Time v1.69r (c)1997-2004 Michael Garratt                    *
 * >> A number of people have contributed to the Dawn codebase, with the   *
 *    majority of code written by Michael Garratt - www.dawnoftime.org     *
 * >> To use this source code, you must fully comply with the dawn license *
 *    in licenses.txt... In particular, you may not remove this copyright  *
 *    notice.                                                              *
 **************************************************************************/
#ifndef MAGIC_QU_H
#define MAGIC_QU_H

DECLARE_SPELL_FUN( spell_cutting_wind );
DECLARE_SPELL_FUN( spell_decay );
DECLARE_SPELL_FUN( spell_disorientation );
DECLARE_SPELL_FUN( spell_downdraft );
DECLARE_SPELL_FUN( spell_fling );
DECLARE_SPELL_FUN( spell_shaping_the_chaos );
DECLARE_SPELL_FUN( spell_spirit_walk );

#define SPELL_SHAPING_THE_CHAOS_FIRST_OBJECT_VNUM 49
#define SPELL_SHAPING_THE_CHAOS_NUMBER_OF_OBJECTS 10
#define SPELL_SHAPING_THE_CHAOS_FIRST_MOB_VNUM    49
#define SPELL_SHAPING_THE_CHAOS_NUMBER_OF_MOBS    10
#define SPELL_SPIRIT_WALK_SPIRIT_MOB              90

#endif // MAGIC_QU_H