v2.4.0: fixed misconfigured recycle spell recipe
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ public class Recycle extends InventorySpell {
|
|||||||
|
|
||||||
{
|
{
|
||||||
inputs = new Class[]{ScrollOfTransmutation.class};
|
inputs = new Class[]{ScrollOfTransmutation.class};
|
||||||
inQuantity = new int[]{1, 1};
|
inQuantity = new int[]{1};
|
||||||
|
|
||||||
cost = 12;
|
cost = 12;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user