Commit 62ca2f50 authored by Nemo Ma's avatar Nemo Ma

Update item.func.php

That's the correct typo.
parent 380aea32
...@@ -1443,7 +1443,7 @@ function itemuse($itmn,&$data=NULL) { ...@@ -1443,7 +1443,7 @@ function itemuse($itmn,&$data=NULL) {
$dice = diceroll(1000); $dice = diceroll(1000);
if($dice <= 420){ if($dice <= 420){
$itemflag = $lesserdata; $itemflag = $lesserdata;
if($dice <= 740){ }elseif($dice <= 740){
$itemflag = $item; $itemflag = $item;
}elseif($dice <= 927){ }elseif($dice <= 927){
$itemflag = $constructs; $itemflag = $constructs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment