mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
SQL: Characters db storage type cleanup No. 6
This commit is contained in:
@@ -1894,7 +1894,7 @@ bool Guild::LoadEventLogFromDB(Field* fields)
|
||||
m_eventLog->LoadEvent(new EventLogEntry(
|
||||
m_id, // guild id
|
||||
fields[1].GetUInt32(), // guid
|
||||
fields[6].GetUInt64(), // timestamp
|
||||
time_t(fields[6].GetUInt32()), // timestamp
|
||||
GuildEventLogTypes(fields[2].GetUInt8()), // event type
|
||||
fields[3].GetUInt32(), // player guid 1
|
||||
fields[4].GetUInt32(), // player guid 2
|
||||
|
||||
Reference in New Issue
Block a user