• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Bug/Typo] Fishing Fighting

tosuxo

Member
Joined
Jun 14, 2007
Messages
1,253
Reaction score
21
EDIT: THIS IS NOW FIXED IN 1.0.2

In system/application/views/highscores.php:
Code:
echo "<option class='skill' ".set_select('skill', 8)." value='7'>Fishing Fighting</option>";

replace with:
Code:
echo "<option class='skill' ".set_select('skill', 8)." value='7'>Fishing</option>";

also find:
Code:
echo "<option class='skill' ".set_select('skill', 7)." value='6'>Shield fighting</option>";

and replace with:
Code:
echo "<option class='skill' ".set_select('skill', 7)." value='6'>Shielding</option>";
(thanks soul4soul)

little bug that's been bugging (heh) me for ages now, thought I'd share that with you haha
 
Last edited:
same thing with shielding too. but thanks i wasnt to sure where to fix it and it was important enough to find but now ill go do it.
 
Back
Top