Fixing spells some more
This commit is contained in:
committed by
Antz
parent
a0ed581e6c
commit
f79e902477
@@ -835,7 +835,8 @@ function allspellsinfo2(&$row, $level=0) {
|
||||
|
||||
// Тултип спелла
|
||||
if ($level > 0) {
|
||||
$allspells[$num]['name'] = $row['spellname'];
|
||||
$spellNameKey = 'spellname' . '_loc' . $_SESSION['locale'];
|
||||
$allspells[$num]['name'] = $row[$spellNameKey] ;
|
||||
$allspells[$num]['info'] = render_spell_tooltip($row);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user