mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Fixed levelup crashing the client occasionally
This commit is contained in:
parent
e38c0aa1f7
commit
f6679f7ad0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace Packets {
|
|||
NpcSpawn = 0x0111, // updated for sb
|
||||
ActorMove = 0x0112, // updated for sb
|
||||
HateList = 0x011A, // updated for sb borked
|
||||
UpdateClassInfo = 0x0117,
|
||||
UpdateClassInfo = 0x011D, // updated for sb
|
||||
InitUI = 0x011E, // updated for sb
|
||||
PlayerStats = 0x011F, // updated for sb
|
||||
ActorOwner = 0x0120, // updated for sb
|
||||
|
|
Loading…
Add table
Reference in a new issue