From e4d470693beb6709b7cb3d199d0f1c7f20b7c312 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sun, 22 Oct 2017 13:58:18 +0200 Subject: [PATCH] fix: correction for message when resetting PLUS bonus in Admin --- GameEngine/Admin/Mods/mainteneceResetPlusBonus.php | 2 +- README | 1 + todo.txt | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GameEngine/Admin/Mods/mainteneceResetPlusBonus.php b/GameEngine/Admin/Mods/mainteneceResetPlusBonus.php index a03a30a0..4834e046 100755 --- a/GameEngine/Admin/Mods/mainteneceResetPlusBonus.php +++ b/GameEngine/Admin/Mods/mainteneceResetPlusBonus.php @@ -25,5 +25,5 @@ if($sessionaccess != 9) die("

Access Denied: You are not mysqli_query($GLOBALS["link"], "UPDATE ".TB_PREFIX."users SET b1 = '0', b2 = '0', b3='0', b4='0' WHERE id !=0"); -header("Location: ../../../Admin/admin.php?p=givePlus&g"); +header("Location: ../../../Admin/admin.php?p=maintenenceResetPlusBonus&g"); ?> \ No newline at end of file diff --git a/README b/README index aa1e9a51..59565635 100644 --- a/README +++ b/README @@ -45,6 +45,7 @@ martinambrus changes: 33. new links in Admin to access in-game messages + Mass Message & System Message dialogs 34. mass messages sent out under Support rather than Multihunter (we should not be scaring people :D) 35. fixed displaying of current Quest in Admin +36. fixed OK message in Admin when resetting All Players' PLUS Shadowss changes: diff --git a/todo.txt b/todo.txt index 1ee54448..2833c08a 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ - add back buttons to Admin where there are not (like editing a user) - disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then) - allow to redirect Support messages to admin's nickname (for when there's only a single admin and doesn't like switching between Support and themselves) -- resetting res bonus in admin actually says that bonus was given after OK is pressed - quest image should glow red when new task is ready to be read (now it's only red when page is refreshed) - check aliance invitation accepting - apparently it doesn't work too well on first try? - normalize forum tables - varchar is used for numeric values and is joined with int field