mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
add very basic PetMirage table for auto translate
This commit is contained in:
parent
75f563993d
commit
2e8295247e
2 changed files with 402 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
|
|||
"Mount" => this.dataResolver.GetExcelSheet<Mount>().GetRow(ikey).Singular,
|
||||
"Pet" => this.dataResolver.GetExcelSheet<Pet>().GetRow(ikey).Name,
|
||||
"PetAction" => this.dataResolver.GetExcelSheet<PetAction>().GetRow(ikey).Name,
|
||||
// TODO: lumina doesn't have PetMirage
|
||||
"PetMirage" => this.dataResolver.GetExcelSheet<PetMirage>().GetRow(ikey).Name,
|
||||
"PlaceName" => this.dataResolver.GetExcelSheet<PlaceName>().GetRow(ikey).Name,
|
||||
"Race" => this.dataResolver.GetExcelSheet<Race>().GetRow(ikey).Masculine,
|
||||
"TextCommand" => this.dataResolver.GetExcelSheet<TextCommand>().GetRow(ikey).Command,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue