mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Nav export fix for 6.x
This commit is contained in:
parent
294f1aa498
commit
3b80d7849c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ std::string getEobjSgbPath( uint32_t eobjId )
|
||||||
return exportedSgMap[ eobjSgbPaths[ eobjId ] ];
|
return exportedSgMap[ eobjSgbPaths[ eobjId ] ];
|
||||||
|
|
||||||
auto& eobjCat = eData->get_category( "EObj" );
|
auto& eobjCat = eData->get_category( "EObj" );
|
||||||
auto eObjExd = static_cast< xiv::exd::Exd >( eobjCat.get_data_ln( xiv::exd::Language::en ) );
|
auto eObjExd = static_cast< xiv::exd::Exd >( eobjCat.get_data_ln( xiv::exd::Language::none ) );
|
||||||
|
|
||||||
auto& exportedSgCat = eData->get_category( "ExportedSG" );
|
auto& exportedSgCat = eData->get_category( "ExportedSG" );
|
||||||
auto exportedSgExd = static_cast< xiv::exd::Exd >( exportedSgCat.get_data_ln( xiv::exd::Language::none ) );
|
auto exportedSgExd = static_cast< xiv::exd::Exd >( exportedSgCat.get_data_ln( xiv::exd::Language::none ) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue