Tdi123 Posted August 28, 2019 Share Posted August 28, 2019 (edited) Edited August 28, 2019 by Tdi123 Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted August 28, 2019 Share Posted August 28, 2019 skill.cpp Remove SCCB_CHEM_PROTECT case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); break; } should look like this case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS ); break; } 1 Quote Link to comment Share on other sites More sharing options...
0 Tdi123 Posted August 28, 2019 Author Share Posted August 28, 2019 7 horas atrás, Haruka Mayumi disse: skill.cpp Remove SCCB_CHEM_PROTECT deve ficar assim Thanks Quote Link to comment Share on other sites More sharing options...
Edited by Tdi123Link to comment
Share on other sites