[8086] Restore work spell 11196.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Maxxie 2009-06-28 11:14:40 +04:00 committed by VladimirMangos
parent 7bb9c42e9d
commit 14a4e0ec53
3 changed files with 6 additions and 1 deletions

View file

@ -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:
{

View file

@ -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:

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8085"
#define REVISION_NR "8086"
#endif // __REVISION_NR_H__