All the latest and greatest changes

This commit is contained in:
2025-03-18 13:22:12 -04:00
parent 88bbbf0885
commit 5c1e3ef667
31 changed files with 6547 additions and 886 deletions

7
scripts/reload-eluna.exp Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/expect -f
spawn docker attach ac-worldserver
expect ">"
send ".reload eluna\r"
sleep 1
send "\x10\x11"
expect eof