diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index f03413037..5187331e2 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8360655f7..5cf8a3726 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12214" + #define REVISION_NR "12215" #endif // __REVISION_NR_H__