Implemented account_muted and feature mutehistory command (#753)

* Implemented account_muted and feature

mutehistory command.

* Added some Syntax.

* Fix sql_rev
This commit is contained in:
Nefertumm
2018-01-15 00:18:23 -03:00
committed by Lee
parent 90ed2548c0
commit 4158d2a0d8
6 changed files with 91 additions and 1 deletions

View File

@@ -102,6 +102,9 @@ enum LoginDatabaseStatements
LOGIN_SEL_IP2NATION_COUNTRY,
LOGIN_SEL_AUTOBROADCAST,
LOGIN_INS_ACCOUNT_MUTE,
LOGIN_SEL_ACCOUNT_MUTE_INFO,
MAX_LOGINDATABASE_STATEMENTS
};