mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
fix typo in comment
This commit is contained in:
parent
22dd739fb0
commit
488aab562c
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
|
|||
{
|
||||
// OK ,give the packet to WorldSession
|
||||
aptr.release ();
|
||||
// WARNINIG here we call it with locks held.
|
||||
// WARNING here we call it with locks held.
|
||||
// Its possible to cause deadlock if QueuePacket calls back
|
||||
m_Session->QueuePacket (new_pct);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue