mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9091] Add max targets limit for spell 34861 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also implement glyph 42396 work for referenced spells.
This commit is contained in:
parent
e5dfeea31e
commit
2087aa2876
3 changed files with 12 additions and 2 deletions
|
|
@ -1546,7 +1546,7 @@ void Spell::EffectDummy(uint32 i)
|
|||
break;
|
||||
case SPELLFAMILY_DRUID:
|
||||
// Starfall
|
||||
if (m_spellInfo->SpellFamilyFlags2 & UI64LIT(0x00000100))
|
||||
if (m_spellInfo->SpellFamilyFlags2 & 0x00000100)
|
||||
{
|
||||
//Shapeshifting into an animal form or mounting cancels the effect.
|
||||
if(m_caster->GetCreatureType() == CREATURE_TYPE_BEAST || m_caster->IsMounted())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue