mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[10405] Restore remove spell affect 58427 after stealth fade.
(based on Wowka321's repo commit 45c5757) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
5d6c271627
commit
0ab4adf517
2 changed files with 2 additions and 2 deletions
|
|
@ -3898,7 +3898,7 @@ void Aura::HandleModStealth(bool apply, bool Real)
|
|||
if (Aura* aura = target->GetAura(58427, EFFECT_INDEX_0))
|
||||
{
|
||||
aura->SetAuraMaxDuration(20*IN_MILLISECONDS);
|
||||
GetHolder()->RefreshHolder();
|
||||
aura->GetHolder()->RefreshHolder();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10404"
|
||||
#define REVISION_NR "10405"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue