fix(Calendar/Packets): add additional validation when creating events (#2799)
This commit is contained in:
parent
1411336dcb
commit
bb6047248a
8 changed files with 250 additions and 63 deletions
|
|
@ -113,7 +113,8 @@ WorldSession::WorldSession(uint32 id, WorldSocket* sock, AccountTypes sec, uint8
|
|||
recruiterId(recruiter),
|
||||
isRecruiter(isARecruiter),
|
||||
m_currentBankerGUID(0),
|
||||
timeWhoCommandAllowed(0)
|
||||
timeWhoCommandAllowed(0),
|
||||
_calendarEventCreationCooldown(0)
|
||||
{
|
||||
memset(m_Tutorials, 0, sizeof(m_Tutorials));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue