- Fix display of menu icons.
Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
@@ -287,7 +287,6 @@ if (!$npc = load_cache(1, intval($id))) {
|
||||
|
||||
// Положения созданий божих:
|
||||
position($npc['entry'], 'creature');
|
||||
|
||||
save_cache(1, $npc['entry'], $npc);
|
||||
}
|
||||
|
||||
@@ -319,4 +318,4 @@ $smarty->assign('npc', $npc);
|
||||
$smarty->assign('mysql', $DB->getStatistics());
|
||||
|
||||
// Запускаем шаблонизатор
|
||||
$smarty->display('npc.tpl');
|
||||
$smarty->display('npc.tpl');
|
||||
|
||||
Reference in New Issue
Block a user