1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00

revert to default path

This commit is contained in:
NotAdam 2019-01-26 20:28:03 +11:00
parent 6f49e37d6c
commit bdbf8a840b

View file

@ -32,7 +32,7 @@
// garbage to ignore models
bool noObj = false;
std::string gamePath( "/mnt/c/Program Files (x86)/Steam/steamapps/common/FINAL FANTASY XIV Online/game/sqpack" );
std::string gamePath( "C:\\SquareEnix\\FINAL FANTASY XIV - A Realm Reborn\\game\\sqpack" );
std::unordered_map< uint16_t, std::string > zoneNameMap;
std::map< std::string, std::string > exportedTeriMap;