We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314e3d9 commit 8362011Copy full SHA for 8362011
engine/class_modules/sc_shaman.cpp
@@ -13661,7 +13661,7 @@ void shaman_t::create_buffs()
13661
->set_default_value_from_effect( 1 )
13662
->set_trigger_spell( sets->set( SHAMAN_ELEMENTAL, TWW1, B4 ) );
13663
13664
- buff.jackpot = make_buff( this, "jackpot!", find_spell( 1218612 ) );
+ buff.jackpot = make_buff( this, "jackpot", find_spell( 1218612 ) );
13665
13666
13667
rppm.jackpot = get_rppm( "jackpot", find_spell( 1215675 ) );
0 commit comments