From 963a6c14f15e9219f9afb5fc1b2a1170c9b8292c Mon Sep 17 00:00:00 2001 From: maximius Date: Tue, 17 Nov 2009 20:09:01 -0800 Subject: *Cleansing Totem Pulse at cast, thanks lobuz --HG-- branch : trunk --- src/game/SpellMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 8260bc7293a..357ea3bc3e3 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3794,6 +3794,10 @@ void SpellMgr::LoadSpellCustomAttr() case 62324: // Throw Passenger spellInfo->Targets |= TARGET_FLAG_CASTER; break; + // cleansing totem pulse when it is spawned + case 8172: + spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY; + break; default: break; } -- cgit v1.2.3