mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
* Push up branch for testing * Path manager * Tweaks * Changes * More path work * Update paths for eqemu_server.pl * More path work * Import and export client files * Path remove * More path work * Update eqemu_config.h * Fix tests * Tests disable temp * Update eqemu_config.h * Update .drone.yml * Hook tests back up * Update main.cpp * Platform tests * Fix include * Use std::filesystem on windows * Fix IPCMutex name on windows * std::filesystem changes * Update path_manager.cpp * Explicit string cast * Explicit string cast * Update path_manager.cpp * Windows fixes * Mapped files * Relative fixes * Use relative paths off of cwd * Update Debian image to Debian 11 (updates GCC) Co-authored-by: hg <4683435+hgtw@users.noreply.github.com>
This program creates the shared memory files for various database tables.
It only need to be run after you make a change to the table in the database or there is a source change that relates to that tables structure.
Requires a folder named shared in the root server folder.
shared_memory
Creates all the shared memory files
shared_memory all
Same as above
shared_memory base_data
Creates shared memory files for base data
shared_memory items
Creates shared memory files for items
shared_memory factions
Creates shared memory files for items
shared_memory loot
Creates shared memory files for loot
shared_memory skill_caps
Creates shared memory files for skill caps
shared_memory spells
Creates shared memory files for spells