mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Fix a typo, thanks to sss.nevan
--HG-- branch : trunk
This commit is contained in:
@@ -285,7 +285,7 @@ class DatabaseWorkerPool
|
||||
void ExecuteOrAppend(SQLTransaction& trans, const char* sql)
|
||||
{
|
||||
if (trans.null())
|
||||
Execute(stmt);
|
||||
Execute(sql);
|
||||
else
|
||||
trans->Append(sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user