[Loginserver] Automatifc Opcode File Creation (#4521)

* Loginserver will auto create the opcodes file if it doesn't exist on load.

* Use path manager in login opcodes.

---------

Co-authored-by: KimLS <KimLS@peqtgc.com>
This commit is contained in:
Alex
2024-10-21 21:48:43 -07:00
committed by GitHub
parent 9583099ace
commit e6469878ce
5 changed files with 100 additions and 18 deletions
+1
View File
@@ -95,6 +95,7 @@ class EQEmuConfig
std::string PluginDir;
std::string LuaModuleDir;
std::string PatchDir;
std::string OpcodeDir;
std::string SharedMemDir;
std::string LogDir;