From 7e1d4c804ee4065df64d3d79045f51b26a7dc3b6 Mon Sep 17 00:00:00 2001 From: H0zen Date: Sat, 20 Feb 2016 00:51:00 +0200 Subject: [PATCH] Fix Mind Soothe aggro. - Fix issue https://www.getmangos.eu/issue.php?issueid=908 --- src/game/WorldHandlers/Spell.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/game/WorldHandlers/Spell.cpp b/src/game/WorldHandlers/Spell.cpp index d95dd064..be1b0be7 100644 --- a/src/game/WorldHandlers/Spell.cpp +++ b/src/game/WorldHandlers/Spell.cpp @@ -1183,6 +1183,10 @@ void Spell::DoSpellHitOnUnit(Unit* unit, uint32 effectMask, bool isReflected) switch (m_spellInfo->Id) { + // Mind Soothe (all ranks) + case 453: + case 8192: + case 10953: //Soothe animal case 9901: case 8955: