mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Replace DOS lines ends by Unix version.
This commit is contained in:
parent
c5ed3978bc
commit
34d1c80c85
2 changed files with 9 additions and 9 deletions
|
|
@ -2175,12 +2175,12 @@ 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;
|
||||
// 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue