mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9063] Add one more expected spell cast at spell 28169 debuf expire.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f4c6cf7337
commit
722634770b
2 changed files with 3 additions and 1 deletions
|
|
@ -2387,6 +2387,8 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
{
|
{
|
||||||
case 28169: // Mutating Injection
|
case 28169: // Mutating Injection
|
||||||
{
|
{
|
||||||
|
// Mutagen Explosion
|
||||||
|
m_target->CastSpell(m_target, 28206, true, NULL, this);
|
||||||
// Poison Cloud
|
// Poison Cloud
|
||||||
m_target->CastSpell(m_target, 28240, true, NULL, this);
|
m_target->CastSpell(m_target, 28240, true, NULL, this);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9062"
|
#define REVISION_NR "9063"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue