From d94e7bfe4802d409143e17b4a85b6ab0ee97fab3 Mon Sep 17 00:00:00 2001 From: starknetdev Date: Sat, 3 Jun 2023 15:48:32 +0100 Subject: [PATCH] fix beast library --- contracts/loot/beast/library.cairo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/loot/beast/library.cairo b/contracts/loot/beast/library.cairo index 25799372..ca31ea43 100755 --- a/contracts/loot/beast/library.cairo +++ b/contracts/loot/beast/library.cairo @@ -67,8 +67,8 @@ namespace BeastLib { let BeastId = beast_id; let Health = 10; - let (Prefix_1) = 0; - let (Prefix_2) = 0; + let Prefix_1 = 0; + let Prefix_2 = 0; let Adventurer = adventurer_id; let XP = 0; let Level = 1;