mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
Core/DBLayer: Prevent mixing databases with query holders
(cherry picked from commit 13440434c3)
# Conflicts:
# src/server/game/Server/WorldSession.cpp
# src/server/game/Server/WorldSession.h
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include "QueryHolder.h"
|
||||
#include "World.h"
|
||||
|
||||
class LoginQueryHolder : public SQLQueryHolder
|
||||
class LoginQueryHolder : public CharacterDatabaseQueryHolder
|
||||
{
|
||||
private:
|
||||
uint32 m_accountId;
|
||||
|
||||
Reference in New Issue
Block a user