summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/Commands/cs_misc.cpp')
-rw-r--r--src/scripts/Commands/cs_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp
index 1af226c38e..0a58963834 100644
--- a/src/scripts/Commands/cs_misc.cpp
+++ b/src/scripts/Commands/cs_misc.cpp
@@ -1891,7 +1891,7 @@ public:
stmt->setUInt32(0, ip);
- PreparedQueryResult result2 = WorldDatabase.Query(stmt);
+ PreparedQueryResult result2 = LoginDatabase.Query(stmt);
if (result2)
{