[QS] Database class name change (#2743)

This commit is contained in:
Chris Miles
2023-01-15 14:37:39 -06:00
committed by GitHub
parent 7aa25f17f6
commit 9e3539295b
5 changed files with 16 additions and 67 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "../common/rulesys.h"
extern WorldServer *worldserver;
extern Database database;
extern QSDatabase database;
PlayerLookingForGuild::PlayerLookingForGuild(char *Name, char *Comments, uint32 Level, uint32 Class, uint32 AACount, uint32 Timezone, uint32 TimePosted)
{