From 1951e157c6077b8b6ab8300f9475686751e648b8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 17 Aug 2012 13:20:07 +0000 Subject: Added @reloadquestdb as per Script / DB Developer Joseph request. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16651 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index e9c31495f..58204b491 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -42,6 +42,7 @@ #include "trade.h" #include "unit.h" #include "mapreg.h" +#include "quest.h" #include #include @@ -8774,7 +8775,11 @@ ACMD_FUNC(set) { return 0; } - +ACMD_FUNC(reloadquestdb) { + do_reload_quest(); + clif_displaymessage(fd, "Quest DB has been reloaded"); + return 0; +} /** * Fills the reference of available commands in atcommand DBMap **/ @@ -9020,6 +9025,7 @@ void atcommand_basecommands(void) { ACMD_DEF(font), ACMD_DEF(accinfo), ACMD_DEF(set), + ACMD_DEF(reloadquestdb), ACMD_DEF(undisguiseguild), ACMD_DEF(disguiseguild), ACMD_DEF(sizeall), -- cgit v1.2.3-60-g2f50