Pārlūkot izejas kodu

Added documentation for @reloadquestdb which was added in r16651.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16652 54d463be-8e91-2dee-dedb-b68131a5f0ec
arcshiru 12 gadi atpakaļ
vecāks
revīzija
d47229a165
2 mainītis faili ar 11 papildinājumiem un 9 dzēšanām
  1. 1 0
      conf/help.txt
  2. 10 9
      doc/atcommands.txt

+ 1 - 0
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)"

+ 10 - 9
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)