[7376] Allow store in spell_area.aura_spell negative values for "not has aura" requirement.

Also
* Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect.
* Allow negative aura_spell chaining in spell_area table.
* Better check at loading duplicate data (by requiremnt set) in spell_area table.
This commit is contained in:
VladimirMangos 2009-03-04 01:22:03 +03:00
parent 0d96837d48
commit fee3278e57
7 changed files with 103 additions and 51 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7375"
#define REVISION_NR "7376"
#endif // __REVISION_NR_H__