1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Add pool_placement and pool_placement_tiebreaker to importer and exporter

This commit is contained in:
2019-04-19 22:46:47 -04:00
parent 62f300841e
commit e458cbcf40
2 changed files with 3 additions and 1 deletions

View File

@@ -94,6 +94,8 @@ class WrestlingdevImporter
new_wrestler.extra = wrestler_array[8]
new_wrestler.offical_weight = wrestler_array[9]
new_wrestler.pool = wrestler_array[10]
new_wrestler.pool_placement = wrestler_array[11]
new_wrestler.pool_placement_tiebreaker = wrestler_array[12]
new_wrestler.save
end
end