mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Merge pull request #14083 from Gooyeth/3.3.5_sample_satisfaction
Core/Spells: Fixed Sample satisfaction not entering combat
This commit is contained in:
@@ -3000,6 +3000,10 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[EFFECT_0].TriggerSpell = 36325; // They Must Burn Bomb Drop (DND)
|
||||
break;
|
||||
case 49838: // Stop Time
|
||||
case 69438: // Sample Satisfaction
|
||||
case 69445: // Perfume Spritz
|
||||
case 69489: // Chocolate Sample
|
||||
case 69563: // Cologne Spritz
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_INITIAL_AGGRO;
|
||||
break;
|
||||
case 61407: // Energize Cores
|
||||
|
||||
Reference in New Issue
Block a user