mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9059] Implement expire effect for spell 28169
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
0fec3c06d8
commit
9ab5276eb9
2 changed files with 7 additions and 1 deletions
|
|
@ -2385,6 +2385,12 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
|
|
||||||
switch(GetId())
|
switch(GetId())
|
||||||
{
|
{
|
||||||
|
case 28169: // Mutating Injection
|
||||||
|
{
|
||||||
|
// Poison Cloud
|
||||||
|
m_target->CastSpell(m_target, 28240, true, NULL, this);
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 36730: // Flame Strike
|
case 36730: // Flame Strike
|
||||||
{
|
{
|
||||||
m_target->CastSpell(m_target, 36731, true, NULL, this);
|
m_target->CastSpell(m_target, 36731, true, NULL, this);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9058"
|
#define REVISION_NR "9059"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue