mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10177] Add custom code for triggered part of spell 39105
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
425352fcc7
commit
b0c0b464ce
2 changed files with 8 additions and 3 deletions
|
|
@ -1421,8 +1421,13 @@ void Aura::TriggerSpell()
|
|||
// case 38751: break;
|
||||
// // Murmur's Touch
|
||||
// case 38794: break;
|
||||
// // Activate Nether-wraith Beacon (31742 Nether-wraith Beacon item)
|
||||
// case 39105: break;
|
||||
case 39105: // Activate Nether-wraith Beacon (31742 Nether-wraith Beacon item)
|
||||
{
|
||||
float fX, fY, fZ;
|
||||
triggerTarget->GetClosePoint(fX, fY, fZ, triggerTarget->GetObjectBoundingRadius(), 20.0f);
|
||||
triggerTarget->SummonCreature(22408, fX, fY, fZ, triggerTarget->GetOrientation(), TEMPSUMMON_DEAD_DESPAWN, 0);
|
||||
return;
|
||||
}
|
||||
// // Drain World Tree Visual
|
||||
// case 39140: break;
|
||||
// // Quest - Dustin's Undead Dragon Visual aura
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10176"
|
||||
#define REVISION_NR "10177"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue