v1.1.7
### 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:
parent
a5364b3b1b
commit
34747b3c19
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
2
lib.php
2
lib.php
|
@ -2,7 +2,7 @@
|
|||
|
||||
$starttime = getmicrotime();
|
||||
$numqueries = 0;
|
||||
$version = "1.1.6";
|
||||
$version = "1.1.7";
|
||||
$build = "";
|
||||
|
||||
function opendb() { // Open database connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue