diff --git a/Clients/Korangar b/Clients/Korangar index 2315529..f68515a 160000 --- a/Clients/Korangar +++ b/Clients/Korangar @@ -1 +1 @@ -Subproject commit 23155291444de8a5aa7f4d1d778ddd1ec69634cd +Subproject commit f68515abec8857712afc5750296fb014b381774c diff --git a/Clients/RagnarokRebuildTCP b/Clients/RagnarokRebuildTCP index 71912aa..68fcd8b 160000 --- a/Clients/RagnarokRebuildTCP +++ b/Clients/RagnarokRebuildTCP @@ -1 +1 @@ -Subproject commit 71912aa396b1cfaf91e59af3979841a1e13204c4 +Subproject commit 68fcd8b2d5ebe0fed70866461c2193f014d57727 diff --git a/Clients/bevy_ro_client b/Clients/bevy_ro_client index 249f906..b22d9c0 160000 --- a/Clients/bevy_ro_client +++ b/Clients/bevy_ro_client @@ -1 +1 @@ -Subproject commit 249f906dcd934fa1f0a3e078dc6feb30874c8a93 +Subproject commit b22d9c0259510c9c2415db2f17ad6f099a86e6a8 diff --git a/Clients/roBrowser b/Clients/roBrowser index db5b9bb..4f91e28 160000 --- a/Clients/roBrowser +++ b/Clients/roBrowser @@ -1 +1 @@ -Subproject commit db5b9bb222c1cbaef6678da595e62801a7398d65 +Subproject commit 4f91e2813abb248223d20c6c26d058cbe174830e diff --git a/Clients/roBrowser__Plugins b/Clients/roBrowser__Plugins index 4408dd8..f45cefb 160000 --- a/Clients/roBrowser__Plugins +++ b/Clients/roBrowser__Plugins @@ -1 +1 @@ -Subproject commit 4408dd860510c41072f4c6b7584eb6c29177efdd +Subproject commit f45cefb2bcf53e5b05fc686adb35d43873833ec0 diff --git a/Clients/roBrowser__RemoteClientJS b/Clients/roBrowser__RemoteClientJS index 1f777e2..d6910ef 160000 --- a/Clients/roBrowser__RemoteClientJS +++ b/Clients/roBrowser__RemoteClientJS @@ -1 +1 @@ -Subproject commit 1f777e2d360aeaaf61230d33251c0c0c4debf58e +Subproject commit d6910efcbe4d105e5cf9d9bc4a234c4a971c0e5c diff --git a/Clients/roBrowser__RemoteClientPHP b/Clients/roBrowser__RemoteClientPHP index 9fe817d..8c01c71 160000 --- a/Clients/roBrowser__RemoteClientPHP +++ b/Clients/roBrowser__RemoteClientPHP @@ -1 +1 @@ -Subproject commit 9fe817d0cbe8448c9fe7a1871242f9f2d21a8b02 +Subproject commit 8c01c712bdc2d8edecdb287477a08712ef986544 diff --git a/Servers/Hercules b/Servers/Hercules index 5f7eaa4..71fc107 160000 --- a/Servers/Hercules +++ b/Servers/Hercules @@ -1 +1 @@ -Subproject commit 5f7eaa48aff82f995e4979d537601d23d8720740 +Subproject commit 71fc1077d89930c42fa55e771f82a71463ab36d2 diff --git a/Servers/RustRO b/Servers/RustRO index 961a394..18b9645 160000 --- a/Servers/RustRO +++ b/Servers/RustRO @@ -1 +1 @@ -Subproject commit 961a394606e1b7177a873ad27a03b0eaa508f924 +Subproject commit 18b9645073a1e0c8fb58f84da00535811e26a170 diff --git a/Servers/rAthena b/Servers/rAthena index 1818600..d6d850b 160000 --- a/Servers/rAthena +++ b/Servers/rAthena @@ -1 +1 @@ -Subproject commit 1818600e5088b01710a8e1c1c53dd53f8074fe1c +Subproject commit d6d850ba6e69f65960b9b74108489eeeb02ef891 diff --git a/Tools/BrowEdit3 b/Tools/BrowEdit3 index bddb255..6eb72d5 160000 --- a/Tools/BrowEdit3 +++ b/Tools/BrowEdit3 @@ -1 +1 @@ -Subproject commit bddb255c4139353c8021b626ebb953680f635c93 +Subproject commit 6eb72d5a1beded7e1fbc94e035c70c3a046bcc83 diff --git a/update-submodules.sh b/update-submodules.sh index 5b03d91..bee8bfe 100755 --- a/update-submodules.sh +++ b/update-submodules.sh @@ -6,6 +6,6 @@ git submodule foreach ' git checkout $(git rev-parse --abbrev-ref HEAD) git reset --hard origin/HEAD ' -git checkout HEAD +git checkout -b submodule-update-tracking git add . git commit -m "Update all submodules to the latest HEAD"