eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/Logic/CustomDBSystem.cpp

10 lines
111 B
C++
Raw Permalink Normal View History

2023-08-16 00:50:59 +02:00
#include "MySQLConnection.h"
void OpenConnection() {
MySQLConnection * mysqlcon = 0;
mysqlcon->Open();
}