[9801] Typo in enum name.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Olynn 2010-04-29 11:44:56 +04:00 committed by VladimirMangos
parent a765f1f0e7
commit 9d8aab98e6
4 changed files with 4 additions and 4 deletions

View file

@ -15275,7 +15275,7 @@ bool Player::LoadFromDB( uint32 guid, SqlQueryHolder *holder )
// after spell load, learn rewarded spell if need also
_LoadQuestStatus(holder->GetResult(PLAYER_LOGIN_QUERY_LOADQUESTSTATUS));
_LoadDailyQuestStatus(holder->GetResult(PLAYER_LOGIN_QUERY_LOADDAILYQUESTSTATUS));
_LoadWeeklyQuestStatus(holder->GetResult(PLAYER_LOGIN_QUERY_LOADWEKLYQUESTSTATUS));
_LoadWeeklyQuestStatus(holder->GetResult(PLAYER_LOGIN_QUERY_LOADWEEKLYQUESTSTATUS));
_LoadTalents(holder->GetResult(PLAYER_LOGIN_QUERY_LOADTALENTS));