Remove all toggles when set player active class.
Thanks to Liamxroy.
This commit is contained in:
@@ -10189,6 +10189,9 @@ public class Player extends Playable
|
||||
// stopAllEffects();
|
||||
getEffectList().stopEffects(info -> !info.getSkill().isNecessaryToggle() && !info.getSkill().isIrreplacableBuff(), true, false);
|
||||
|
||||
// In controversy with isNecessaryToggle above, new class rewarded skills should be rewarded bellow.
|
||||
getEffectList().stopAllToggles();
|
||||
|
||||
// Update abnormal visual effects.
|
||||
sendPacket(new ExUserInfoAbnormalVisualEffect(this));
|
||||
stopCubics();
|
||||
|
Reference in New Issue
Block a user