[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
@@ -34,7 +34,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <cstdlib>
#include <algorithm>
extern Database database;
extern UCSDatabase database;
extern std::string WorldShortName;
extern std::string GetMailPrefix();
extern ChatChannelList *ChannelList;