mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8086] Restore work spell 11196.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
7bb9c42e9d
commit
14a4e0ec53
3 changed files with 6 additions and 1 deletions
|
|
@ -2183,6 +2183,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
{
|
||||
switch(GetId())
|
||||
{
|
||||
// Recently Bandaged
|
||||
case 11196:
|
||||
m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, GetMiscValue(), apply);
|
||||
return;
|
||||
// Unstable Power
|
||||
case 24658:
|
||||
{
|
||||
|
|
|
|||
|
|
@ -331,6 +331,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex)
|
|||
case 38637: // Nether Exhaustion (red)
|
||||
case 38638: // Nether Exhaustion (green)
|
||||
case 38639: // Nether Exhaustion (blue)
|
||||
case 11196: // Recently Bandaged
|
||||
return false;
|
||||
// some spells have unclear target modes for selection, so just make effect positive
|
||||
case 27184:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8085"
|
||||
#define REVISION_NR "8086"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue