diff options
author | maximius <none@none> | 2009-09-30 03:29:08 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-30 03:29:08 -0700 |
commit | f0d592489162b8bf7740bbc3db038f81aa3af7e8 (patch) | |
tree | 45513c11bc5fb9378f499e14506b555cb9a224f6 /src/shared/Database/Database.h | |
parent | 693251497a751821711262382442b54b91446231 (diff) |
*Cleanup, add two new functions, attempt to fix arena point flushing for offline players.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r-- | src/shared/Database/Database.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index a11c8e9a31f..bbdc137700d 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -102,6 +102,9 @@ class TRINITY_DLL_SPEC Database virtual bool DirectExecute(const char* sql) = 0; bool DirectPExecute(const char *format,...) ATTR_PRINTF(2,3); + bool Database::_UpdateDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); + bool Database::_SetDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); + // Writes SQL commands to a LOG file (see Trinityd.conf "LogSQL") bool PExecuteLog(const char *format,...) ATTR_PRINTF(2,3); |