mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8692] Fixed trigger part of spell 31944.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
ac6e13d0e3
commit
6a2e23cac0
2 changed files with 8 additions and 3 deletions
|
|
@ -1707,8 +1707,13 @@ void Aura::TriggerSpell()
|
|||
}
|
||||
// // Bloodmyst Tesla
|
||||
// case 31611: break;
|
||||
// // Doomfire
|
||||
// case 31944: break;
|
||||
// Doomfire
|
||||
case 31944:
|
||||
{
|
||||
int32 damage = m_modifier.m_amount * ((float)(GetAuraDuration() + m_modifier.periodictime) / GetAuraMaxDuration());
|
||||
target->CastCustomSpell(target, 31969, &damage, NULL, NULL, true, NULL, this, casterGUID);
|
||||
return;
|
||||
}
|
||||
// // Teleport Test
|
||||
// case 32236: break;
|
||||
// // Earthquake
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8691"
|
||||
#define REVISION_NR "8692"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue