Skip to content

Commit

Permalink
[mr108] Implement 54501 part of consume shadows spell
Browse files Browse the repository at this point in the history
  • Loading branch information
rsa committed May 28, 2011
1 parent b4734c9 commit 6f86fcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/game/Spell.cpp
Expand Up @@ -3607,6 +3607,13 @@ void Spell::cast(bool skipCheck)
AddTriggeredSpell(55095); // Frost Fever
break;
}
case SPELLFAMILY_WARLOCK:
{
// Consume shadows - invisible detect part
if (m_spellInfo->SpellIconID == 207 && (m_spellInfo->SpellFamilyFlags & UI64LIT(0x000000000000000002000000)))
AddPrecastSpell(54501); // Consume shadows - MOD_STEALTH_DETECT
break;
}
default:
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_R2.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_R2_H__
#define __REVISION_R2_H__
#define REVISION_R2 "107"
#define REVISION_R2 "108"
#endif // __REVISION_R2_H__

0 comments on commit 6f86fcd

Please sign in to comment.