mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore
This commit is contained in:
@@ -8237,13 +8237,6 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig
|
||||
{
|
||||
switch (auraSpellInfo->Id)
|
||||
{
|
||||
// Item - Druid T10 Balance 2P Bonus
|
||||
case 16870:
|
||||
{
|
||||
if (HasAura(70718))
|
||||
CastSpell(this, 70721, true);
|
||||
break;
|
||||
}
|
||||
// Druid Forms Trinket
|
||||
case 37336:
|
||||
{
|
||||
@@ -8749,6 +8742,13 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig
|
||||
// Need add combopoint AFTER finish movie (or they dropped in finish phase)
|
||||
break;
|
||||
}
|
||||
// Item - Druid T10 Balance 2P Bonus
|
||||
case 16870:
|
||||
{
|
||||
if (HasAura(70718))
|
||||
CastSpell(this, 70721, true);
|
||||
break;
|
||||
}
|
||||
// Bloodthirst (($m/100)% of max health)
|
||||
case 23880:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user