mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10792] Fixed warnings and need in redundent char* casts in database access code.
This commit is contained in:
parent
7f34658dd2
commit
abc6dfca98
9 changed files with 26 additions and 20 deletions
|
|
@ -71,7 +71,7 @@ void SqlQuery::Execute(Database *db)
|
|||
void SqlResultQueue::Update()
|
||||
{
|
||||
/// execute the callbacks waiting in the synchronization queue
|
||||
MaNGOS::IQueryCallback* callback;
|
||||
MaNGOS::IQueryCallback* callback = NULL;
|
||||
while (next(callback))
|
||||
{
|
||||
callback->Execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue