Possibility drop (hide infact) records from DBStore/SQLStorage.

This commit is contained in:
VladimirMangos 2010-04-17 14:54:22 +04:00
parent 6610484609
commit 43cc07fbbc
3 changed files with 24 additions and 0 deletions

View file

@ -68,6 +68,7 @@ class SQLStorage
void Load();
void Free();
void EraseEntry(uint32 id);
private:
void init(const char * _entry_field, const char * sqlname)
{