mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12001] Implement target limiting for spell 47669
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
acc27152eb
commit
77c5ae1684
3 changed files with 3 additions and 1 deletions
|
|
@ -1592,6 +1592,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
|||
case 38794: // Murmur's Touch (h)
|
||||
case 44869: // Spectral Blast
|
||||
case 45976: // Open Portal
|
||||
case 47669: // Awaken Subboss
|
||||
case 48278: // Paralyze (Utgarde Pinnacle)
|
||||
case 50988: // Glare of the Tribunal (Halls of Stone)
|
||||
case 54148: // Ritual of the Sword (Utgarde Pinnacle, Svala)
|
||||
|
|
|
|||
|
|
@ -714,6 +714,7 @@ bool IsPositiveEffect(SpellEntry const *spellproto, SpellEffectIndex effIndex)
|
|||
case 27201:
|
||||
case 27202:
|
||||
case 27203:
|
||||
case 47669:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12000"
|
||||
#define REVISION_NR "12001"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue