mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Fix bugs and more bugs
This commit is contained in:
parent
14f9a5b379
commit
26d24c1113
5 changed files with 59 additions and 15 deletions
|
@ -334,7 +334,7 @@ namespace HISP.Game.Items
|
|||
public static void Init()
|
||||
{
|
||||
ReadFromDatabase();
|
||||
GenerateItems(true);
|
||||
GenerateItems(Database.GetDroppedItemsCount() <= 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue