summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf-tmpl/atcommand_athena.conf2
-rw-r--r--npc/cities/einbroch.txt4
2 files changed, 4 insertions, 2 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf
index f956a9ecb..6f7ea8ed2 100644
--- a/conf-tmpl/atcommand_athena.conf
+++ b/conf-tmpl/atcommand_athena.conf
@@ -158,6 +158,8 @@ pettalk: 10
// Locates and displays the position of a certain mob on the current map.
mobsearch: 10
+// Locates and displays the position of a certain mob on your mini-map
+showmobs: 10
//----------------------
// 20: Mediator commands
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt
index 121bcded2..ffd0e0f95 100644
--- a/npc/cities/einbroch.txt
+++ b/npc/cities/einbroch.txt
@@ -221,14 +221,14 @@ s_Goback:
mes "Thank you for using";
mes "our services.";
close2;
- switch(rand(1,3)){
+ switch(rand(3)){
case 0:
warp "einbroch.gat",218,196;
end;
case 1:
warp "einbroch.gat",178,172;
end;
- case 3:
+ case 2:
warp "einbroch.gat",172,228;
end;
}