From 6bf479d9ad6e66fea48a6b69321e08b7da4db1fa Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 1 Dec 2008 22:32:16 -0600 Subject: *Use hack method to let enemy lose selection when target cast feign death. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/SpellAuras.cpp') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index ce2fec21fab..490bd630006 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3070,6 +3070,9 @@ void Aura::HandleFeignDeath(bool apply, bool Real) data<SendMessageToSet(&data,true); */ + + m_target->SetVisibility(VISIBILITY_OFF); + m_target->SetVisibility(VISIBILITY_ON); // blizz like 2.0.x m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_UNKNOWN6); // blizz like 2.0.x -- cgit v1.2.3