[CORE/Command] fixed wrong db worker for IP2NATION statement

This commit is contained in:
Yehonal
2017-08-26 00:22:24 +02:00
parent 7277e4f006
commit b450ba35d8

View File

@@ -1891,7 +1891,7 @@ public:
stmt->setUInt32(0, ip);
PreparedQueryResult result2 = WorldDatabase.Query(stmt);
PreparedQueryResult result2 = LoginDatabase.Query(stmt);
if (result2)
{