- Fix display of menu icons.

Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
TheLuda
2012-09-19 17:44:44 +02:00
parent 311a1198c4
commit 027850c5e2
5 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -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');