Merge branch 'master' into bems_changes

This commit is contained in:
Chris Miles
2025-06-25 12:40:21 -05:00
committed by GitHub
132 changed files with 2156 additions and 1538 deletions
+1 -1
View File
@@ -2995,7 +2995,7 @@ bool Perl_Client_IsAutoFireEnabled(Client* self)
bool Perl_Client_ReloadDataBuckets(Client* self)
{
return DataBucket::GetDataBuckets(self);
return self->LoadDataBucketsCache();
}
uint32 Perl_Client_GetEXPForLevel(Client* self, uint16 check_level)