From 784d388069d4dae31c8f9043fef9ea2768de74f5 Mon Sep 17 00:00:00 2001 From: "Andy@conmuc-l03" Date: Tue, 21 Apr 2009 20:39:06 +0200 Subject: Added a Spell for KilJaeden (need it later) --HG-- branch : trunk --- src/game/SpellAuras.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 663fa7c8125..0296f12a34b 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5044,6 +5044,15 @@ void Aura::HandleAuraModPacify(bool apply, bool Real) m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PACIFIED); else m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PACIFIED); + + + if(m_spellProto->Id == 45839){ + if(apply){ + m_target->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); + }else{ + m_target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); + } + } } void Aura::HandleAuraModPacifyAndSilence(bool apply, bool Real) -- cgit v1.2.3