Skip to content

Commit

Permalink
chore: fix disable shop menu
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires authored Nov 26, 2024
1 parent da8017e commit dd028aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
define('MENU_CATEGORY_COMMUNITY', 3);
define('MENU_CATEGORY_FORUM', 4);
define('MENU_CATEGORY_LIBRARY', 5);
define('MENU_CATEGORY_SHOP', 6);
define('MENU_CATEGORY_CHARBAAZAR', 7);
define('MENU_CATEGORY_CHARBAAZAR', 6);
define('MENU_CATEGORY_SHOP', 7);

// otserv versions
define('OTSERV', 1);
Expand Down

0 comments on commit dd028aa

Please sign in to comment.