From e18ada3d9d1a3575c24c99d6d60845de2fd573e1 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 25 Nov 2023 13:30:48 +0100 Subject: [PATCH] Fix default access for database pages --- system/migrations/27.php | 6 +++--- system/migrations/30.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system/migrations/27.php b/system/migrations/27.php index 330e7085..b32c70ef 100644 --- a/system/migrations/27.php +++ b/system/migrations/27.php @@ -8,7 +8,7 @@ if($query->rowCount() === 0) {
We''re using official Tibia Client {{ config.client / 100 }}

Download Tibia Client {{ config.client / 100 }} for Windows HERE.

IP Changer:

-HERE
', 0, 1, 0, 1, 0);"); +HERE', 0, 1, 0, 0, 0);"); } $query = $db->query("SELECT `id` FROM `" . TABLE_PREFIX . "pages` WHERE `name` LIKE " . $db->quote('commands') . " LIMIT 1;"); @@ -33,5 +33,5 @@ if($query->rowCount() === 0) { Buy AoL -', 0, 1, 0, 1, 0);"); -} \ No newline at end of file +', 0, 1, 0, 0, 0);"); +} diff --git a/system/migrations/30.php b/system/migrations/30.php index 32536187..5b1e409e 100644 --- a/system/migrations/30.php +++ b/system/migrations/30.php @@ -27,5 +27,5 @@ a) Excessive killing of characters who are not marked with a \"skull\" on worlds A violation of the Tibia Rules may lead to temporary banishment of characters and accounts. In severe cases removal or modification of character skills, attributes and belongings, as well as the permanent removal of accounts without any compensation may be considered. The sanction is based on the seriousness of the rule violation and the previous record of the player. It is determined by the gamemaster imposing the banishment. -These rules may be changed at any time. All changes will be announced on the official website.', 0, 1, 0, 0, 1, 0);"); +These rules may be changed at any time. All changes will be announced on the official website.', 0, 1, 0, 0, 0, 0);"); }