diff options
| author | megamage <none@none> | 2009-03-03 18:41:11 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-03 18:41:11 -0600 |
| commit | 1cdae46468e7375785f564e9fa85180fce1948b9 (patch) | |
| tree | 776ef7d46a1fefded7826f5ca98258ee4cccae42 /src/shared | |
| parent | d6b09015d6c1ac5c62e63d51aeb496c0cc2d3fe5 (diff) | |
[7376] Allow store in spell_area.aura_spell negative values for "not has aura" requirement. Author: VladimirMangos
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.
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f58ae1cc2eb..80833c7f634 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7374" + #define REVISION_NR "7376" #endif // __REVISION_NR_H__ |
