mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[12215] Add exception to unneeded check for spell 30009
This commit is contained in:
parent
c1890ddb44
commit
f710cc3c24
2 changed files with 3 additions and 3 deletions
|
|
@ -7265,8 +7265,8 @@ bool Spell::CheckTargetCreatureType(Unit* target) const
|
|||
spellCreatureTargetMask = 0x7FF;
|
||||
}
|
||||
|
||||
// Dismiss Pet and Taming Lesson skipped
|
||||
if (m_spellInfo->Id == 2641 || m_spellInfo->Id == 23356)
|
||||
// Dismiss Pet and Taming Lesson and Control Roskipped
|
||||
if (m_spellInfo->Id == 2641 || m_spellInfo->Id == 23356 || m_spellInfo->Id == 30009)
|
||||
spellCreatureTargetMask = 0;
|
||||
|
||||
if (spellCreatureTargetMask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue