From f5d987a864361ef94d35857b04ad1da70e49f5e3 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 8 Dec 2025 16:13:44 +0100 Subject: [PATCH] SpellDetailPage/Fixup * fix multiple stack rules listviews sharing the same id --- endpoints/spell/spell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] );