mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7484] Cast proper triggred spell at spell 27808 tick.
This commit is contained in:
parent
406a9a7fce
commit
9ddb37c6c1
2 changed files with 8 additions and 3 deletions
|
|
@ -1484,8 +1484,13 @@ void Aura::TriggerSpell()
|
|||
// case 27746: break;
|
||||
// // Steam Tank Passive
|
||||
// case 27747: break;
|
||||
// // Frost Blast
|
||||
// case 27808: break;
|
||||
// Frost Blast
|
||||
case 27808:
|
||||
{
|
||||
int32 bpDamage = target->GetMaxHealth()*26/100;
|
||||
caster->CastCustomSpell(target,29879,&bpDamage,NULL,NULL,true,NULL,this);
|
||||
return;
|
||||
}
|
||||
// // Detonate Mana
|
||||
// case 27819: break;
|
||||
// // Controller Timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue