pc.cpp
+#if PACKETVER >= 20231220
+ sd->status.body = job;
+#else
sd->status.body = 0;
- clif_changelook(&sd->bl,LOOK_BODY2,0);
+#endif
+ clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body);
Check this part!!
It seems like everyone is talking about it but leaving out one important detail!
https://github.com/Jhonvaliense/ROClient_en/blob/main/20231220%2B CLIENT bodystylefix.diff