Added character_id to character template
This commit is contained in:
parent
33cef2050c
commit
c45a54e222
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ object :character
|
|||
|
||||
attributes :id,
|
||||
:granblue_id,
|
||||
:character_id,
|
||||
:rarity,
|
||||
:element,
|
||||
:gender,
|
||||
|
|
@ -64,4 +65,4 @@ node :ougi_ratio do |w|
|
|||
:ougi_ratio => w.ougi_ratio,
|
||||
:ougi_ratio_flb => w.ougi_ratio_flb
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue