[UCS] Database class name change (#2742)

This commit is contained in:
Chris Miles
2023-01-15 14:16:23 -06:00
committed by GitHub
parent e1c1d55ca5
commit 7aa25f17f6
6 changed files with 26 additions and 78 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include <cstdlib>
#include <algorithm>
extern Database database;
extern UCSDatabase database;
extern uint32 ChatMessagesSent;
void ServerToClient45SayLink(std::string& clientSayLink, const std::string& serverSayLink);