Tdi123 Posted August 28, 2019 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 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 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Sunday at 11:03 AM 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 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 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...
Question
Tdi123
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.