mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Update Player.cpp
This commit is contained in:
parent
d54c7b7764
commit
6ca6af1c66
1 changed files with 1 additions and 1 deletions
|
|
@ -15661,7 +15661,7 @@ void Player::_LoadIntoDataField(const char* data, uint32 startOffset, uint32 cou
|
||||||
|
|
||||||
bool Player::LoadFromDB(ObjectGuid guid, SqlQueryHolder* holder)
|
bool Player::LoadFromDB(ObjectGuid guid, SqlQueryHolder* holder)
|
||||||
{
|
{
|
||||||
// 0 1 2 3 4 5 6 7 8 9 10 11
|
// 0 1 2 3 4 5 6 7 8 9 10 11
|
||||||
// SELECT guid, account, name, race, class, gender, level, xp, money, playerBytes, playerBytes2, playerFlags,"
|
// SELECT guid, account, name, race, class, gender, level, xp, money, playerBytes, playerBytes2, playerFlags,"
|
||||||
// 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// 12 13 14 15 16 17 18 19 20 21 22 23 24
|
||||||
//"position_x, position_y, position_z, map, orientation, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost,"
|
//"position_x, position_y, position_z, map, orientation, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost,"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue