mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Set expansion level, update gitignore for libraries
This commit is contained in:
parent
b6d89381ab
commit
45b2fa55b7
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
bin
|
||||
bin
|
||||
.vs
|
||||
*.dat
|
||||
*.suo
|
||||
|
@ -63,6 +63,7 @@ bin
|
|||
/Debug
|
||||
/bin/s
|
||||
/bin/initui_1121.cpp
|
||||
/src/libraries
|
||||
/lib/xiv_dat_lib/.vs
|
||||
/Server_Common/.vs
|
||||
/Server_Common/.vs
|
||||
|
|
|
@ -68,6 +68,7 @@ private:
|
|||
|
||||
memcpy( m_data.howto, player->getHowToArray(), sizeof( m_data.howto ) );
|
||||
|
||||
m_data.expansion = 2;
|
||||
|
||||
//memset( m_data.unlockBitmask, 0xFF, sizeof( m_data.unlockBitmask ) );
|
||||
//memset( m_data.unknown_0344, 0xFF, sizeof( m_data.unknown_0344 ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue