forked from Upstream/mmocore
changing class updates exp bar
This commit is contained in:
parent
bd859399d1
commit
8e6ac4c716
@ -175,5 +175,8 @@ public class SavedClassInformation {
|
|||||||
*/
|
*/
|
||||||
player.setClass(profess);
|
player.setClass(profess);
|
||||||
player.unloadClassInfo(profess);
|
player.unloadClassInfo(profess);
|
||||||
|
|
||||||
|
// Updates level on exp bar
|
||||||
|
player.refreshVanillaExp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user