summaryrefslogtreecommitdiff
path: root/run-server.bat
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-16 17:43:04 -0200
committershennetsind <ind@henn.et>2013-02-16 17:43:04 -0200
commit3b122c06573fa66cb84417f2f08e78910b685476 (patch)
tree21a0b8068b62830f2b1a2e93516696d07cede966 /run-server.bat
parent78b4db8a026e9e16367daa12eac03955815ef94c (diff)
downloadhercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.gz
hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.bz2
hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.xz
hercules-3b122c06573fa66cb84417f2f08e78910b685476.zip
Dropping _sql suffix in server names, part 2.
Git didn't like me renaming and changing the contents of files at once, so I had to send the renames in the previous commit and now the modifications in this commit Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'run-server.bat')
-rwxr-xr-xrun-server.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/run-server.bat b/run-server.bat
index f111acf46..3d09ba318 100755
--- a/run-server.bat
+++ b/run-server.bat
@@ -1,8 +1,8 @@
@echo off
-rem This is and auto-restart script for the rAthena Ragnarok Online Server Emulator.
+rem This is and auto-restart script for the Server Emulator.
rem It will also keep the map server OPEN after it crashes to that errors may be
rem more easily identified
rem Writen by Jbain
-start cmd /k logserv-sql.bat
-start cmd /k charserv-sql.bat
-start cmd /k mapserv-sql.bat
+start cmd /k login-server.bat
+start cmd /k char-server.bat
+start cmd /k map-server.bat