Fix bug where the randomiser would sometimes pick a legendary that does not exist
This commit is contained in:
parent
5970a4fe2d
commit
0e839992e6
2 changed files with 7 additions and 8 deletions
|
@ -9,7 +9,6 @@ import { Events } from "./events";
|
|||
import { Util } from "./util";
|
||||
import CardSetupFunction from "../Functions/CardSetupFunction";
|
||||
import CardDataSource from "../database/dataSources/cardDataSource";
|
||||
import CardDropHelper from "../helpers/CardDropHelper";
|
||||
import IButtonEventItem from "../contracts/IButtonEventItem";
|
||||
import { ButtonEvent } from "../type/buttonEvent";
|
||||
import AppDataSource from "../database/dataSources/appDataSource";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue