Skip to content

Commit

Permalink
fix beast library
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Jun 3, 2023
1 parent e96e9ab commit d94e7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/loot/beast/library.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d94e7bf

Please sign in to comment.