From f506fde01e84d2a1aeb7fbabe051673479a5afb6 Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Sat, 14 Feb 2009 15:35:01 +0100 Subject: Case typo --HG-- branch : trunk --- src/mangosd/Master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mangosd/Master.cpp') diff --git a/src/mangosd/Master.cpp b/src/mangosd/Master.cpp index 23acf37be30..96e7c28b8fb 100644 --- a/src/mangosd/Master.cpp +++ b/src/mangosd/Master.cpp @@ -135,7 +135,7 @@ public: loopCounter = 0; sLog.outDetail ("Ping MySQL to keep connection alive"); delete WorldDatabase.Query ("SELECT 1 FROM command LIMIT 1"); - delete loginDatabase.Query ("SELECT 1 FROM realmlist LIMIT 1"); + delete LoginDatabase.Query ("SELECT 1 FROM realmlist LIMIT 1"); delete CharacterDatabase.Query ("SELECT 1 FROM bugreport LIMIT 1"); } } -- cgit v1.2.3