ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTalk.py
@@ -399,7 +399,8 @@ coupleName = PlayerControl.GetCoupleName(objTalk) coupleJob = PlayerControl.GetCoupleJob(objTalk) bridePriceMaxID = PlayerControl.GetBridePriceMaxID(objTalk) extraValueStr = "%s|%s|%s|%s" % (extraValueStr, coupleName, coupleJob, bridePriceMaxID) face = objTalk.GetFace() extraValueStr = "%s|%s|%s|%s|%s" % (extraValueStr, coupleName, coupleJob, bridePriceMaxID, face) return extraValueStr