[12004] Fix spell 48385

This commit is contained in:
Xfurry 2012-06-13 15:32:26 +02:00 committed by Schmoozerd
parent ea6fa98d80
commit f7afe66db5
2 changed files with 6 additions and 1 deletions

View file

@ -2603,6 +2603,11 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
target->CastSpell(target, 47287, true, NULL, this);
return;
}
case 48385: // Create Spirit Fount Beam
{
target->CastSpell(target, target->GetMap()->IsRegularDifficulty() ? 48380 : 59320, true);
return;
}
case 50141: // Blood Oath
{
// Blood Oath

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12003"
#define REVISION_NR "12004"
#endif // __REVISION_NR_H__