diff options
author | Mumbles <icelestial@outlook.com> | 2014-08-02 04:47:32 -0700 |
---|---|---|
committer | Mumbles <icelestial@outlook.com> | 2014-08-02 04:47:32 -0700 |
commit | 3961c4cba6e4686d0babb59be917b971479f7780 (patch) | |
tree | 48edf188963232d7a3b957a09dd313ff8baa93ec | |
parent | 279ec10fc01f72bf8bf5e1e8c4ffbf9e5a810278 (diff) | |
parent | b581370a74436674d69487ad25bbeeb7713cf8e4 (diff) | |
download | hercules-3961c4cba6e4686d0babb59be917b971479f7780.tar.gz hercules-3961c4cba6e4686d0babb59be917b971479f7780.tar.bz2 hercules-3961c4cba6e4686d0babb59be917b971479f7780.tar.xz hercules-3961c4cba6e4686d0babb59be917b971479f7780.zip |
Merge pull request #313 from datmumbles/master
Fixed Bug #8248
-rw-r--r-- | npc/custom/jobmaster.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/custom/jobmaster.txt b/npc/custom/jobmaster.txt index 346e3ddff..88a1897da 100644 --- a/npc/custom/jobmaster.txt +++ b/npc/custom/jobmaster.txt @@ -158,6 +158,10 @@ function Job_Menu { jobchange .@newjob; if (.@newjob == Job_Novice_High) resetlvl(1); + if (.@newjob == Job_Baby) { + resetlvl(4); + SkillPoint = 0; + } specialeffect2 EF_ANGEL2; specialeffect2 EF_ELECTRIC; if (.platinum) |