Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
### 1.1.7 (12.29.2004) ###
### Thanks to Adam. :)
- Fixed URL cheat that allowed people to continue fighting after
victory.

### 1.1.6a (11.20.2004) ###
- Fixed problem where goldbonus was added to experience instead of gold.
- Fixed a typo in fight.php.
  • Loading branch information
renderse7en committed Feb 5, 2017
1 parent a5364b3 commit 34747b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fight.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
function fight() { // One big long function that determines the outcome of the fight.

global $userrow, $controlrow;
if ($userrow["currentaction"] != "Fighting") { display("Cheat attempt detected.<br /><br />Get a life, loser.", "Error"); }
$pagearray = array();
$playerisdead = 0;

Expand Down
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$starttime = getmicrotime();
$numqueries = 0;
$version = "1.1.6";
$version = "1.1.7";
$build = "";

function opendb() { // Open database connection.
Expand Down

0 comments on commit 34747b3

Please sign in to comment.