mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
PathManager refactor, fixes "CheckinHandle"
This commit is contained in:
@@ -117,7 +117,7 @@ ifeq ($(findstring .devcontainer,$(CURDIR)),.devcontainer)
|
||||
@make -C ../ -f .devcontainer/Makefile quests --no-print-directory
|
||||
exit
|
||||
endif
|
||||
@cd build/bin && git clone https://gitlab.com/TheGrandLibrary/projecteq/projecteqquests.git quests
|
||||
@cd build/bin && git clone https://github.com/ProjectEQ/projecteqquests.git quests
|
||||
|
||||
# Runs tests
|
||||
.PHONY: test
|
||||
@@ -207,7 +207,7 @@ inject-mariadb:
|
||||
-sudo mariadb -e "CREATE USER IF NOT EXISTS 'peq'@'127.0.0.1' IDENTIFIED BY 'peqpass';"
|
||||
-sudo mariadb -e "GRANT ALL PRIVILEGES ON *.* TO 'peq'@'127.0.0.1';"
|
||||
ifeq (,$(wildcard .devcontainer/base/db/db.sql.zip))
|
||||
@echo ".devcontainer/base/db.sql.zip not found. Downloading latest database from https://db.eqemu.dev/latest ..."
|
||||
@echo ".devcontainer/base/db.sql.zip not found. Downloading latest database from https://db.eqemu.dev/"
|
||||
wget -nc https://db.eqemu.dev/latest -O .devcontainer/base/db/db.sql.zip
|
||||
-cd .devcontainer/base/db && unzip db.sql.zip
|
||||
endif
|
||||
|
||||
@@ -6,14 +6,9 @@
|
||||
"dockerfile": "Dockerfile.debian.dev"
|
||||
},
|
||||
"appPort": [
|
||||
"5998:5998/udp",
|
||||
"7000:7000/udp",
|
||||
"7001:7001/udp",
|
||||
"7002:7002/udp",
|
||||
"7003:7003/udp",
|
||||
"7004:7004/udp",
|
||||
"7005:7005/udp",
|
||||
"9000:9000/udp",
|
||||
"5998-5999:5998-5999/udp", // loginserver
|
||||
"7000-7374:7000-7374/udp", //zone
|
||||
"9000:9000/udp", // world
|
||||
"9001:9001/udp"
|
||||
],
|
||||
"forwardPorts": [
|
||||
|
||||
Reference in New Issue
Block a user