[CORE/Command] fixed wrong db worker for IP2NATION statement
This commit is contained in:
parent
7277e4f006
commit
b450ba35d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1891,7 +1891,7 @@ public:
|
|||
|
||||
stmt->setUInt32(0, ip);
|
||||
|
||||
PreparedQueryResult result2 = WorldDatabase.Query(stmt);
|
||||
PreparedQueryResult result2 = LoginDatabase.Query(stmt);
|
||||
|
||||
if (result2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue