SpellDetailPage/Fixup

* fix multiple stack rules listviews sharing the same id
This commit is contained in:
Sarjuuk 2025-12-08 16:13:44 +01:00
parent 53182aedea
commit f5d987a864

View file

@ -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']
);