From 2db4af394927fed0e447dd66c933a7236eb41d39 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 19 Jun 2010 13:54:19 -0600 Subject: * Changed references to Trinityd.conf / trinitycore.conf to proper * worldserver.conf --HG-- branch : trunk --- src/server/shared/Database/Database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Database/Database.h') diff --git a/src/server/shared/Database/Database.h b/src/server/shared/Database/Database.h index 1a516bdc3d7..96588adbf10 100644 --- a/src/server/shared/Database/Database.h +++ b/src/server/shared/Database/Database.h @@ -117,7 +117,7 @@ class Database bool _UpdateDataBlobValue(const uint32 guid, const uint32 field, const int32 value); bool _SetDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); - // Writes SQL commands to a LOG file (see Trinityd.conf "LogSQL") + // Writes SQL commands to a LOG file (see worldserver.conf "LogSQL") bool PExecuteLog(const char *format,...) ATTR_PRINTF(2,3); bool BeginTransaction(); -- cgit v1.2.3