mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 15:47:14 +00:00
fix: correction for message when resetting PLUS bonus in Admin
This commit is contained in:
@@ -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");
|
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");
|
||||||
?>
|
?>
|
||||||
@@ -45,6 +45,7 @@ martinambrus changes:
|
|||||||
33. new links in Admin to access in-game messages + Mass Message & System Message dialogs
|
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)
|
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
|
35. fixed displaying of current Quest in Admin
|
||||||
|
36. fixed OK message in Admin when resetting All Players' PLUS
|
||||||
|
|
||||||
|
|
||||||
Shadowss changes:
|
Shadowss changes:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
- add back buttons to Admin where there are not (like editing a user)
|
- 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)
|
- 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)
|
- 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)
|
- 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?
|
- 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
|
- normalize forum tables - varchar is used for numeric values and is joined with int field
|
||||||
|
|||||||
Reference in New Issue
Block a user