mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +00:00
Merge pull request #913 from Makar8000/nav-export-fix
Nav export fix for 6.x
This commit is contained in:
commit
28f3ab76de
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ std::string getEobjSgbPath( uint32_t eobjId )
|
|||
return exportedSgMap[ eobjSgbPaths[ eobjId ] ];
|
||||
|
||||
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 exportedSgExd = static_cast< xiv::exd::Exd >( exportedSgCat.get_data_ln( xiv::exd::Language::none ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue