Skip to content

Commit

Permalink
[shaman] Elemental update Ancestor Elemental Blast spell id
Browse files Browse the repository at this point in the history
two spells, one gets tuned the other not...
  • Loading branch information
Bloodmallet committed Dec 14, 2024
1 parent a95dbc0 commit c413322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4075,7 +4075,7 @@ struct ancestor_t : public shaman_pet_t

struct elemental_blast_t : public pet_spell_t<ancestor_t>
{
elemental_blast_t( ancestor_t* p ) : super( p, "elemental_blast", p->find_spell( 447427 ) )
elemental_blast_t( ancestor_t* p ) : super( p, "elemental_blast", p->find_spell( 465717 ) )
{
background = true;
spell_power_mod.direct = data().effectN( 1 ).sp_coeff();
Expand Down

0 comments on commit c413322

Please sign in to comment.