mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
[PH] spell_group error suppressor
This commit is contained in:
@@ -685,9 +685,10 @@ class SpellPage extends GenericPage
|
||||
unset($linkedSpells[$k]);
|
||||
}
|
||||
|
||||
$groups = $linkedSpells + $extraSpells;
|
||||
// todo (high): fixme - querys have erronous edge-cases (see spell: 13218)
|
||||
if ($groups = $linkedSpells + $extraSpells)
|
||||
{
|
||||
$stacks = new SpellList(array(['s.id', array_keys($groups)]));
|
||||
|
||||
if (!$stacks->error)
|
||||
{
|
||||
$data = $stacks->getListviewData();
|
||||
@@ -713,6 +714,7 @@ class SpellPage extends GenericPage
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// tab: linked with
|
||||
$rows = DB::World()->select('
|
||||
|
||||
Reference in New Issue
Block a user