Diamondius
New Member
- Feb 20, 2014
- 3
- 0
Do you know the Client Packet Headers for UpdateForumThreadStatusMessageEvent and UpdateForumReadMarkerMessageEvent for PRODUCTION-201802201205-141713395 ?
Edit:
Found it on pastebin / LaKNMD4i
I get an error while opening the forums.
Please help!
EDIT:
I found the issue.
It seems that the function public void Save() within GroupForumThread.cs, is creating an issue with the SQL query executed, and causes the two enums for locked and pinnen to be corrupted.
I changed the enum's of pinned and locked to int's, and it is working great!
Edit:
Found it on pastebin / LaKNMD4i
I get an error while opening the forums.
Please help!
EDIT:
I found the issue.
It seems that the function public void Save() within GroupForumThread.cs, is creating an issue with the SQL query executed, and causes the two enums for locked and pinnen to be corrupted.
I changed the enum's of pinned and locked to int's, and it is working great!
Last edited: