fix: correction for message when resetting PLUS bonus in Admin

This commit is contained in:
Martin Ambrus
2017-10-22 13:58:18 +02:00
parent c7f62f2307
commit e4d470693b
3 changed files with 2 additions and 2 deletions
@@ -25,5 +25,5 @@ if($sessionaccess != 9) die("<h1><font color=\"red\">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");
?>
+1
View File
@@ -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:
-1
View File
@@ -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