|
|
@@ -405,25 +405,11 @@ function NewProto(human, type, param)
|
|
|
},
|
|
|
}
|
|
|
},
|
|
|
- [2] = {
|
|
|
- skillList = {
|
|
|
- [1] = {},
|
|
|
- [2] = {},
|
|
|
- },
|
|
|
- beSkill = {
|
|
|
- [1] = {},
|
|
|
- [2] = {},
|
|
|
- [3] = {},
|
|
|
- }
|
|
|
- },
|
|
|
},
|
|
|
heroSimple = {
|
|
|
[1] = {
|
|
|
general = {}
|
|
|
},
|
|
|
- [2] = {
|
|
|
- general = {}
|
|
|
- }
|
|
|
},
|
|
|
attrs = {
|
|
|
[1] = {},
|
|
|
@@ -542,7 +528,7 @@ function NewProto(human, type, param)
|
|
|
human.db.adHatchRewardCnt = human.db.adHatchRewardCnt or 0
|
|
|
|
|
|
if human.db.adHatchRewardCnt > 4 then
|
|
|
- Broadcast.sendErr(human, Lang.AD_DRAW_REWARD_LIMIT_ERROR)
|
|
|
+ Broadcast.sendErr(human, Lang.AD_HATCH_REWARD_LIMIT_ERROR)
|
|
|
return
|
|
|
end
|
|
|
|