mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9826] Fix spell 38736
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
049951a988
commit
c5ed3978bc
6 changed files with 16 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue