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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user