mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spells: fix console spam (#17084)
This commit is contained in:
@@ -6859,6 +6859,10 @@ bool Unit::HandleProcTriggerSpell(Unit* victim, uint32 damage, AuraEffect* trigg
|
||||
RemoveAurasDueToSpell(50240);
|
||||
break;
|
||||
}
|
||||
// Battle Experience
|
||||
// already handled in gunship battle script
|
||||
case 71201:
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_DRUID:
|
||||
|
||||
Reference in New Issue
Block a user