mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11056] Limit max targets for spell 802/804
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
7ef75985b9
commit
4643d9020e
2 changed files with 3 additions and 1 deletions
|
|
@ -1483,6 +1483,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
||||||
{
|
{
|
||||||
switch(m_spellInfo->Id)
|
switch(m_spellInfo->Id)
|
||||||
{
|
{
|
||||||
|
case 802: // Mutate Bug
|
||||||
|
case 804: // Explode Bug
|
||||||
case 23138: // Gate of Shazzrah
|
case 23138: // Gate of Shazzrah
|
||||||
case 31347: // Doom TODO: exclude top threat target from target selection
|
case 31347: // Doom TODO: exclude top threat target from target selection
|
||||||
case 33711: // Murmur's Touch
|
case 33711: // Murmur's Touch
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11055"
|
#define REVISION_NR "11056"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue