[9826] Fix spell 38736

Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
KiriX 2010-05-02 23:15:56 +02:00 committed by Lightguard
parent 049951a988
commit c5ed3978bc
6 changed files with 16 additions and 3 deletions

View file

@ -2175,6 +2175,13 @@ void Aura::TriggerSpell()
case 33525:
target->CastSpell(target, trigger_spell_id, true, NULL, this, casterGUID);
return;
// Rod of Purification - for quest 10839 (Veil Skith: Darkstone of Terokk)
case 38736:
{
if(Unit* caster = GetCaster())
caster->CastSpell(target, trigger_spell_id, true, NULL, this);
return;
}
// Beacon of Light
case 53563:
// original caster must be target (beacon)