Core/Game: Fix Tremor Totem in LoS
* Closes #15012 Signed-off-by: Naios <[email protected]> (cherry picked from commit c9751eb1f822df6a92b7820328a7b7f025d0c997)
This commit is contained in:
@@ -3197,6 +3197,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_INITIAL_AGGRO;
|
||||
break;
|
||||
case 8145: // Tremor Totem (instant pulse)
|
||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS;
|
||||
/*no break*/
|
||||
case 6474: // Earthbind Totem (instant pulse)
|
||||
spellInfo->AttributesEx5 |= SPELL_ATTR5_START_PERIODIC_AT_APPLY;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user