summaryrefslogtreecommitdiff
path: root/src/emap/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/atcommand.c')
-rw-r--r--src/emap/atcommand.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c
index f71698f..8f850d7 100644
--- a/src/emap/atcommand.c
+++ b/src/emap/atcommand.c
@@ -289,3 +289,13 @@ ACMD1(getName)
return true;
}
+
+/*==========================================
+ * @refresh (like @jumpto <<yourself>>)
+ *------------------------------------------*/
+ACMD0(refresh)
+{
+ clif->refresh(sd);
+ return true;
+}
+