summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarcshiru <arcshiru@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-17 17:09:52 +0000
committerarcshiru <arcshiru@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-17 17:09:52 +0000
commit8cd20d24b69a85f6c403684f2a0e405f4befb47a (patch)
treeaac0ee5961d3cd8f1ab84adb279d2ab909ee5ef0
parent1951e157c6077b8b6ab8300f9475686751e648b8 (diff)
downloadhercules-8cd20d24b69a85f6c403684f2a0e405f4befb47a.tar.gz
hercules-8cd20d24b69a85f6c403684f2a0e405f4befb47a.tar.bz2
hercules-8cd20d24b69a85f6c403684f2a0e405f4befb47a.tar.xz
hercules-8cd20d24b69a85f6c403684f2a0e405f4befb47a.zip
Added documentation for @reloadquestdb which was added in r16651.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16652 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--conf/help.txt1
-rw-r--r--doc/atcommands.txt19
2 files changed, 11 insertions, 9 deletions
diff --git a/conf/help.txt b/conf/help.txt
index d3b91efb7..b683e675d 100644
--- a/conf/help.txt
+++ b/conf/help.txt
@@ -271,6 +271,7 @@ kickall: "Kick all characters off the server"
mapexit: "Kick all players and shut down map-server."
reloaditemdb: "Reload item database."
reloadmobdb: "Reload monster database."
+reloadquestdb: "Reload quest database."
reloadskilldb: "Reload skills definition database."
reloadscript: "Reload all scripts."
gat: "For debugging (you inspect around gat)"
diff --git a/doc/atcommands.txt b/doc/atcommands.txt
index a38a3498a..e4614e59b 100644
--- a/doc/atcommands.txt
+++ b/doc/atcommands.txt
@@ -194,16 +194,17 @@ displaystatus: Displays a status change without really applying it (debug functi
displayskill: Displays the animation of a skill without really using it (debug function).
mapinfo: Shows information about the map.
mapflag: Set Map Flags
-reloaditemdb: Re-load item database (admin command)
-reloadmobdb: Re-load monsters database (admin command)
-reloadskilldb: Re-load skills database (admin command)
-reloadscript: Re-load scripts (admin command)
+reloaditemdb: Reload item database (admin command)
+reloadmobdb: Reload monsters database (admin command)
+reloadskilldb: Reload skills database (admin command)
+reloadquestdb: Reload quest dtabase (admin command)
+reloadscript: Reload scripts (admin command)
setbattleflag: Change a battle_config flag without rebooting server
-reloadatcommand: Re-load atcommand config (admin command)
-reloadbattleconf: Re-load battle config (admin command) Note that some player config settings won't take effect until relog (display exp, display zeny, display skill delay fail, ...)
-reloadstatusdb: Re-load status database (admin command)
-reloadpcdb: Re-load player info database (admin command)
-reloadmotd: Re-load the Message of the Day (admin command)
+reloadatcommand: Reload atcommand config (admin command)
+reloadbattleconf: Reload battle config (admin command) Note that some player config settings won't take effect until relog (display exp, display zeny, display skill delay fail, ...)
+reloadstatusdb: Reload status database (admin command)
+reloadpcdb: Reload player info database (admin command)
+reloadmotd: Reload the Message of the Day (admin command)
adjgroup: Changes the group of another character (lasts until relog)
disguiseall, undisguiseall: [Un]Disguise All Players (admin command)
mutearea: Mutes every player on screen (admin command)