Compare commits

..

No commits in common. "58fe35c90f9a6792aaf819cd78a94a2e7237db48" and "2869fb7e3fd71c1ddb2354d68ffe2dc0b2d63033" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func init() {
} }
switch d := scene.ExtraData.(type) { switch d := scene.ExtraData.(type) {
case *tienlen.TienLenSceneData: case tienlen.TienLenSceneData:
for k := range d.BilledList { for k := range d.BilledList {
pack.SnId = append(pack.SnId, k) pack.SnId = append(pack.SnId, k)
} }