diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/assign_ids.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/assign_ids.rb b/utils/assign_ids.rb index f7de3d0..bcb8018 100644 --- a/utils/assign_ids.rb +++ b/utils/assign_ids.rb | |||
@@ -216,3 +216,6 @@ config.each do |room_name, room_data| | |||
216 | end | 216 | end |
217 | 217 | ||
218 | File.write(outputpath, old_generated.to_yaml) | 218 | File.write(outputpath, old_generated.to_yaml) |
219 | |||
220 | puts "Next item ID: #{next_item_id}" | ||
221 | puts "Next location ID: #{next_location_id}" | ||