v2.0.2: fixed arrows not using spirit bow's level for str req
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ public class SpiritBow extends Weapon {
|
||||
|
||||
@Override
|
||||
public int STRReq(int lvl) {
|
||||
return SpiritBow.this.STRReq(lvl);
|
||||
return SpiritBow.this.STRReq();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user