From 6dbca3af94cba5ab708b81a59afd4f3bd66e9c69 Mon Sep 17 00:00:00 2001 From: RDW Date: Sat, 3 Jan 2026 21:06:04 +0100 Subject: [PATCH 1/2] Add eAthena as a git submodule --- .gitmodules | 4 ++++ Servers/eathena | 1 + 2 files changed, 5 insertions(+) create mode 160000 Servers/eathena diff --git a/.gitmodules b/.gitmodules index f588392..d30ed7f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -222,3 +222,7 @@ path = Servers/aesir url = https://github.com/EndurnyrProject/aesir shallow = true +[submodule "Servers/eathena"] + path = Servers/eathena + url = https://github.com/eathena/eathena + shallow = true diff --git a/Servers/eathena b/Servers/eathena new file mode 160000 index 0000000..0cb0714 --- /dev/null +++ b/Servers/eathena @@ -0,0 +1 @@ +Subproject commit 0cb07145ea1431528d0591b6a8706856915b3782 From 91b59c9217c2b4623f8f3568518d3cdb6455cd79 Mon Sep 17 00:00:00 2001 From: RDW Date: Sat, 3 Jan 2026 21:07:04 +0100 Subject: [PATCH 2/2] Add 3ceam as a git submodule --- .gitmodules | 4 ++++ Servers/3ceam | 1 + 2 files changed, 5 insertions(+) create mode 160000 Servers/3ceam diff --git a/.gitmodules b/.gitmodules index d30ed7f..893494f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -226,3 +226,7 @@ path = Servers/eathena url = https://github.com/eathena/eathena shallow = true +[submodule "Servers/3ceam"] + path = Servers/3ceam + url = https://github.com/eathena/3ceam + shallow = true diff --git a/Servers/3ceam b/Servers/3ceam new file mode 160000 index 0000000..6e18151 --- /dev/null +++ b/Servers/3ceam @@ -0,0 +1 @@ +Subproject commit 6e181512a74cbb93a47df7c8b0d3b5d73dba40f6