mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10845] Add dummy effect of spell 49634 and dummy aura of spell 56511
note* spell will need data in spell_script_target to work properly. note* the effect of 56511 does not work, see comment in code for details (code added in any case, to not forget the problem) Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
00db6dbf28
commit
4aa0ab7c40
4 changed files with 47 additions and 1 deletions
|
|
@ -2301,6 +2301,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
|
||||
return;
|
||||
}
|
||||
case 56511: // Towers of Certain Doom: Tower Bunny Smoke Flare Effect
|
||||
{
|
||||
// Towers of Certain Doom: Skorn Cannonfire
|
||||
if (m_removeMode == AURA_REMOVE_BY_DEFAULT)
|
||||
target->CastSpell(target, 43069, true);
|
||||
|
||||
return;
|
||||
}
|
||||
case 58600: // Restricted Flight Area
|
||||
{
|
||||
AreaTableEntry const* area = GetAreaEntryByAreaID(target->GetAreaId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue