From 3f4c02a3275e35031f8252175f450b56449a9cba Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 13 Jan 2024 10:18:24 +0100 Subject: [PATCH] bugtracker has been removed --- templates/kathrine/menus.php | 1 - templates/tibiacom/menus.php | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/kathrine/menus.php b/templates/kathrine/menus.php index 5de56dcc..1a188a1c 100644 --- a/templates/kathrine/menus.php +++ b/templates/kathrine/menus.php @@ -12,7 +12,6 @@ return [ 'Lost Account?' => 'account/lost', 'Server Rules' => 'rules', 'Downloads' => 'downloads', - 'Report Bug' => 'bugtracker', ], MENU_CATEGORY_COMMUNITY => [ 'Characters' => 'characters', diff --git a/templates/tibiacom/menus.php b/templates/tibiacom/menus.php index ef274571..a9cd42f4 100644 --- a/templates/tibiacom/menus.php +++ b/templates/tibiacom/menus.php @@ -12,7 +12,6 @@ return [ 'Lost Account?' => 'account/lost', 'Server Rules' => 'rules', 'Downloads' => 'downloads', - 'Report Bug' => 'bugtracker', ], MENU_CATEGORY_COMMUNITY => [ 'Characters' => 'characters',