From c4133221dc9e0ab9133eff38bdde16186679bdd4 Mon Sep 17 00:00:00 2001 From: Peter Kruse Date: Sat, 14 Dec 2024 20:40:29 +0100 Subject: [PATCH] [shaman] Elemental update Ancestor Elemental Blast spell id two spells, one gets tuned the other not... --- engine/class_modules/sc_shaman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/class_modules/sc_shaman.cpp b/engine/class_modules/sc_shaman.cpp index 09f98bb88c3..bd93d02b531 100644 --- a/engine/class_modules/sc_shaman.cpp +++ b/engine/class_modules/sc_shaman.cpp @@ -4075,7 +4075,7 @@ struct ancestor_t : public shaman_pet_t struct elemental_blast_t : public pet_spell_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();