mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
Merged and updated to latest PTR build 9704
This commit is contained in:
commit
a2d3941588
22 changed files with 376 additions and 454 deletions
|
|
@ -1489,8 +1489,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