You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, sending CMSG_CHAR_DELETE from a client will completely remove the character row from the table. Ideally, this should be slightly less aggressive:
Set a deleted column on the characters table row that prevents it from being sent to clients in SMSG_CHAR_ENUM.
Right now, sending CMSG_CHAR_DELETE from a client will completely remove the character row from the table. Ideally, this should be slightly less aggressive:
deleted
column on thecharacters
table row that prevents it from being sent to clients inSMSG_CHAR_ENUM
.The text was updated successfully, but these errors were encountered: