mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16: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()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8073"
|
||||
#define REVISION_NR "8074"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue