[9530] Fixed check for SPELL_AURA_ALLOW_ONLY_ABILITY

Also remove public access to SpellAura::m_spellmod for avoid another hacks
with it use. Spellmods only for Player::ApplySpellMod use.
This commit is contained in:
VladimirMangos 2010-03-06 07:52:01 +03:00
parent bbdb7bb09c
commit 3cf9e47110
4 changed files with 2 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9529"
#define REVISION_NR "9530"
#endif // __REVISION_NR_H__