mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
10 lines
111 B
C++
10 lines
111 B
C++
|
|
#include "MySQLConnection.h"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void OpenConnection() {
|
||
|
|
MySQLConnection * mysqlcon = 0;
|
||
|
|
mysqlcon->Open();
|
||
|
|
|
||
|
|
}
|