mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10449] Typos in enum names and comments
Also typos find by darkstalker and Neo2003 Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
e3d9ebe81e
commit
214c65baa1
12 changed files with 2746 additions and 2746 deletions
|
|
@ -879,7 +879,7 @@ void Guild::LoadGuildEventLogFromDB()
|
|||
NewEvent.TimeStamp = fields[5].GetUInt64();
|
||||
|
||||
// There can be a problem if more events have same TimeStamp the ORDER can be broken when fields[0].GetUInt32() == configCount, but
|
||||
// events with same timestamp can appear when there is lag, and we naivly suppose that mangos isn't laggy
|
||||
// events with same timestamp can appear when there is lag, and we naively suppose that mangos isn't laggy
|
||||
// but if problem appears, player will see set of guild events that have same timestamp in bad order
|
||||
|
||||
// Add entry to list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue