working buytoken (untested)
This commit is contained in:
@@ -25,7 +25,7 @@ status="control">
|
||||
<br/><br />
|
||||
<span *ngFor="let token of tokens">
|
||||
[ {{token.level}} ]
|
||||
<wowhead [item]="token"></wowhead><br />
|
||||
<wowhead [item]="token"></wowhead>
|
||||
</span>
|
||||
</nb-card-body>
|
||||
</nb-card>
|
||||
|
||||
@@ -33,6 +33,10 @@ export class FrontcraftCreateRaidsComponent implements OnInit {
|
||||
loadNext(cardData) {
|
||||
}
|
||||
|
||||
onTierSelect(){
|
||||
|
||||
}
|
||||
|
||||
onTemplateSelect(){
|
||||
const templateDate = new Date(this.template.start)
|
||||
this.title = this.template.title
|
||||
|
||||
Reference in New Issue
Block a user