mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
ProcessGuildMember converted to use MySQLRequestRow
This commit is contained in:
parent
449d5f9358
commit
76f727b7ff
@ -897,7 +897,7 @@ bool BaseGuildManager::QueryWithLogging(std::string query, const char *errmsg) {
|
||||
" g.banker,g.public_note,g.alt " \
|
||||
" FROM character_ AS c LEFT JOIN guild_members AS g ON c.id=g.char_id "
|
||||
#endif
|
||||
static void ProcessGuildMember(MYSQL_ROW &row, CharGuildInfo &into) {
|
||||
static void ProcessGuildMember(MySQLRequestRow row, CharGuildInfo &into) {
|
||||
//fields from `characer_`
|
||||
into.char_id = atoi(row[0]);
|
||||
into.char_name = row[1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user