mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8497] Fixes in talent 53563 work and other area auras spells.
* Support mutiply beacon buffs at same target (as will be in 3.2.x) in triggering part. * Bonus heal caster expected original paladin, and used his heal bonuses, LoS not required for bonus heal. * Fixed bug with not apply not-caster affected area spell (hostile area spell or talent 53563) to another caster with same area aura active. Correctly remove only specific caster area aura at expire. * Not show area spell icon for telent 53563 at beacon for this aura. * Allow stacking dummy auras from diff casters, check formal aura types for effect at add aura stacking check. Last important for area auars that can have SPELL_AURA_NONE in modifier data instead formal effect auars at caster.
This commit is contained in:
parent
50d426e72c
commit
67d4335614
5 changed files with 116 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8496"
|
||||
#define REVISION_NR "8497"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue