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:
Nertx
2016-03-24 15:12:06 +01:00
committed by Naios
parent 5ba2e2dd8e
commit 363731aac8
+2
View File
@@ -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;