hxp
2018-09-12 73f586a3147b956b81e56aa6c6ffdfefa4cff1cc
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.py
@@ -26,7 +26,6 @@
import GameWorld
import ChConfig
import IpyGameDataPY
#import SkillBoosts
import SkillCommon
import BuffSkill
import SkillShell
@@ -43,7 +42,6 @@
import PetControl
import QuestCommon
#GameWorld.ImportAll("Script\\Skill\\", "SkillBoosts")
GameWorld.ImportAll("Script\\Skill\\", "PassiveBuff")
@@ -106,7 +104,7 @@
                if not mission_1:
                    return
                if int(strIndex) > mission_1.GetProperty("OpenSkillSlots"):
                if (pow(2, int(strIndex)) & mission_1.GetProperty("OpenSkillSlots")) == 0:
                    return
                
    PlayerControl.NomalDictSetProperty(curPlayer,