mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11297] Comment fix
This commit is contained in:
parent
d79d348af1
commit
c6794ce48b
2 changed files with 3 additions and 3 deletions
|
|
@ -15321,8 +15321,8 @@ bool Player::LoadFromDB(ObjectGuid guid, SqlQueryHolder *holder )
|
|||
|
||||
SetFloatValue(UNIT_FIELD_HOVERHEIGHT, 1.0f);
|
||||
|
||||
// just load creteria/achievment data, safe call before any load, and need, because some spell/item/quest loading
|
||||
// can triggering achievment creteria update that will be lost if this call will later
|
||||
// just load criteria/achievement data, safe call before any load, and need, because some spell/item/quest loading
|
||||
// can triggering achievement criteria update that will be lost if this call will later
|
||||
m_achievementMgr.LoadFromDB(holder->GetResult(PLAYER_LOGIN_QUERY_LOADACHIEVEMENTS), holder->GetResult(PLAYER_LOGIN_QUERY_LOADCRITERIAPROGRESS));
|
||||
|
||||
uint32 money = fields[8].GetUInt32();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11296"
|
||||
#define REVISION_NR "11297"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue