Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Small Fixes 1/3 #688

Merged
merged 7 commits into from
Jan 10, 2025

Conversation

RyanYappert
Copy link
Collaborator

  • Attempts to make the channel list player counts more threadsafe so it doesn't report as 0 players under heavy load.
  • Merge adjustments to chat commands from another branch: givepowerfulitems goes to Item Post instead of mail, and time now includes moon information.
  • Revert changes to InstanceGetGatheringItemHandler that broke the "equip from chest" functionality in BBM.
  • Add new error code and handling for SQLite errors, including locked DB errors. These are critical errors and will invoke a disconnect.

Checklist:

  • The project compiles
  • The PR targets develop branch

@@ -41,7 +41,9 @@ public override ScriptOptions Options()
.AddImports("Arrowgene.Ddon.Shared.Entity.Structure")
.AddImports("Arrowgene.Ddon.Shared.Model.Quest")
.AddImports("Arrowgene.Ddon.Database")
.AddImports("Arrowgene.Ddon.Database.Model");
.AddImports("Arrowgene.Ddon.Database.Model")
.AddImports("Arrowgene.Ddon.GameServer.WeatherManager");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, if it's a one off thing, the using statement also works in the script.

@RyanYappert RyanYappert merged commit 52cbf5d into sebastian-heinz:develop Jan 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants