Singe Horizontal
Singe Horizontal
Maybe one day I won't be forgetting that part heh
Is there something else that should be added? EDIT : Yes, update it to current status system
Hey chris, there these files are still referencing `monster_size_effect_EN` : Addons/WARP Sessions/2015_Translation.yml Addons/WARP Sessions/2018_Translation.yml Addons/WARP Sessions/2019-06_Translation.yml Tools/AdditionsGenerator.bat
I tested this regedit solution with success : https://talk.choobs.org/archives/1108
The crashes in the builds are caused by missing placement news that didn't initialize the vtables. I found 2 of them so far, also we can now call block_list directly...
The logging system could also be updated to be compatible with journald.
Is someone seeing any downside to this solution? ``` ACMD_FUNC(refresh) { nullpo_retr(-1, sd); if(sd->npc_id || sd->npc_shopid || sd->npc_menu) pc_close_npc(sd,1); clif_refresh(sd); return 0; } ```