mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12004] Fix spell 48385
This commit is contained in:
parent
ea6fa98d80
commit
f7afe66db5
2 changed files with 6 additions and 1 deletions
|
|
@ -2603,6 +2603,11 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
target->CastSpell(target, 47287, true, NULL, this);
|
target->CastSpell(target, 47287, true, NULL, this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 48385: // Create Spirit Fount Beam
|
||||||
|
{
|
||||||
|
target->CastSpell(target, target->GetMap()->IsRegularDifficulty() ? 48380 : 59320, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 50141: // Blood Oath
|
case 50141: // Blood Oath
|
||||||
{
|
{
|
||||||
// Blood Oath
|
// Blood Oath
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12003"
|
#define REVISION_NR "12004"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue