mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[11548] Fixed target amount for spell 64218
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
21a1240811
commit
b4c354eff6
2 changed files with 2 additions and 1 deletions
|
|
@ -1548,6 +1548,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
||||||
case 38794: // Murmur's Touch (h)
|
case 38794: // Murmur's Touch (h)
|
||||||
case 50988: // Glare of the Tribunal (Halls of Stone)
|
case 50988: // Glare of the Tribunal (Halls of Stone)
|
||||||
case 59870: // Glare of the Tribunal (h) (Halls of Stone)
|
case 59870: // Glare of the Tribunal (h) (Halls of Stone)
|
||||||
|
case 64218: // Overcharge
|
||||||
case 68950: // Fear
|
case 68950: // Fear
|
||||||
unMaxTargets = 1;
|
unMaxTargets = 1;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11547"
|
#define REVISION_NR "11548"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue