mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Merge commit 'origin/master' into 310
Conflicts: src/game/SpellAuras.cpp src/game/SpellEffects.cpp
This commit is contained in:
commit
afd82229d7
34 changed files with 357 additions and 344 deletions
|
|
@ -537,7 +537,7 @@ int WorldSocket::handle_input_payload (void)
|
|||
|
||||
int WorldSocket::handle_input_missing_data (void)
|
||||
{
|
||||
char buf [1024];
|
||||
char buf [4096];
|
||||
|
||||
ACE_Data_Block db ( sizeof (buf),
|
||||
ACE_Message_Block::MB_DATA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue