diff --git a/endpoints/spell/spell.php b/endpoints/spell/spell.php index f0d8f8e1..2f33bfa1 100644 --- a/endpoints/spell/spell.php +++ b/endpoints/spell/spell.php @@ -743,7 +743,7 @@ class SpellBaseResponse extends TemplateResponse implements ICache $tabData = array( 'data' => $data, - 'id' => 'spell-group-stack-'.$rules[$gId], + 'id' => 'spell-group-stack-'.$gId, 'name' => Lang::spell('stackGroup'), 'visibleCols' => ['stackRules'] );