Fix issues with Summon and Weapon importers
This commit is contained in:
parent
fab7b94655
commit
484c8b34c8
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module Granblue
|
||||
module Importers
|
||||
class SummonsImporter < BaseImporter
|
||||
class SummonImporter < BaseImporter
|
||||
private
|
||||
|
||||
def model_class
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module Granblue
|
||||
module Importers
|
||||
class WeaponsImporter < BaseImporter
|
||||
class WeaponImporter < BaseImporter
|
||||
private
|
||||
|
||||
def model_class
|
||||
|
|
|
|||
Loading…
Reference in a new issue