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;