fix(Core/Scripting): Solve issue with client crashes on login (#9971)
This commit is contained in:
parent
90c00fc0e0
commit
980f420746
1 changed files with 1 additions and 1 deletions
|
|
@ -20083,7 +20083,7 @@ void Unit::BuildValuesUpdate(uint8 updateType, ByteBuffer* data, Player* target)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!sScriptMgr->OnBuildValuesUpdate(this, updateType, fieldBuffer, target, index))
|
||||
if (sScriptMgr->OnBuildValuesUpdate(this, updateType, fieldBuffer, target, index))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue