*Backout radaaba37a4. Brings back command table caching. Thanks to Machiavelli for spotting the issue.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-08-18 15:06:28 +02:00
parent 5e78e222c1
commit cb70376c6e

View File

@@ -778,6 +778,8 @@ ChatCommand * ChatHandler::getCommandTable()
if (load_command_table)
{
load_command_table = false;
QueryResult_AutoPtr result = WorldDatabase.Query("SELECT name,security,help FROM command");
if (result)
{