mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[11665] Mage T10 2P Bonus trigger only at proc charges aura remove.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f42b8c388a
commit
405eb1f02a
2 changed files with 3 additions and 3 deletions
|
|
@ -9005,8 +9005,8 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply)
|
||||||
case 48108: // Hot Streak (triggered)
|
case 48108: // Hot Streak (triggered)
|
||||||
case 57761: // Fireball! (Brain Freeze triggered)
|
case 57761: // Fireball! (Brain Freeze triggered)
|
||||||
{
|
{
|
||||||
// consumed aura
|
// consumed aura (at proc charges 0)
|
||||||
if (!apply && m_removeMode != AURA_REMOVE_BY_EXPIRE)
|
if (!apply && m_removeMode == AURA_REMOVE_BY_DEFAULT)
|
||||||
{
|
{
|
||||||
Unit* caster = GetCaster();
|
Unit* caster = GetCaster();
|
||||||
// Item - Mage T10 2P Bonus
|
// Item - Mage T10 2P Bonus
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11664"
|
#define REVISION_NR "11665"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue