[8561] Replace another auras code call by explicit code

This better by reasons:
* More explcitly clear how work aura code
* One from "sub-auras" already applied only in player only case
* Another "sub-aura have lot code related to appling for specific weapon types that not need in this aura code
This commit is contained in:
VladimirMangos 2009-09-29 17:54:15 +04:00
parent 0356924cf9
commit 734426a6f6
2 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8560"
#define REVISION_NR "8561"
#endif // __REVISION_NR_H__