### 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.
This commit is contained in:
Jamin Blount 2017-02-05 11:06:58 -06:00
parent a5364b3b1b
commit 34747b3c19
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -2,7 +2,7 @@
$starttime = getmicrotime();
$numqueries = 0;
$version = "1.1.6";
$version = "1.1.7";
$build = "";
function opendb() { // Open database connection.