mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8074] Fixed typo in money save.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
517697768a
commit
aabde1030c
2 changed files with 2 additions and 2 deletions
|
|
@ -15564,7 +15564,7 @@ void Player::SaveInventoryAndGoldToDB()
|
|||
|
||||
void Player::SaveGoldToDB()
|
||||
{
|
||||
CharacterDatabase.PExecute("UPDATE money = '%u' WHERE guid = '%u'", GetMoney(), GetGUIDLow());
|
||||
CharacterDatabase.PExecute("UPDATE characters SET money = '%u' WHERE guid = '%u'", GetMoney(), GetGUIDLow());
|
||||
}
|
||||
|
||||
void Player::_SaveActions()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue