Core/ObjectMgr: Fixed typo in field name in hotfix loading query

This commit is contained in:
Shauren
2012-02-01 15:39:25 +01:00
parent 2030a14e8a
commit 565838d39c

View File

@@ -9038,7 +9038,7 @@ void ObjectMgr::LoadHotfixData()
{
uint32 oldMSTime = getMSTime();
QueryResult result = WorldDatabase.Query("SELECT entry, type, UNIX_TIMESTAMP(hotixDate) FROM hotfix_data");
QueryResult result = WorldDatabase.Query("SELECT entry, type, UNIX_TIMESTAMP(hotfixDate) FROM hotfix_data");
if (!result)
{