summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 3d604497a..a5478c50e 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -6184,7 +6184,7 @@ int atcommand_hidenpc(const int fd, struct map_session_data* sd,
malloc_tsetdword(NPCname, '\0', sizeof(NPCname));
if (!message || !*message || sscanf(message, "%23[^\n]", NPCname) < 1) {
- clif_displaymessage(fd, "Please, enter a NPC name (usage: @npcoff <NPC_name>).");
+ clif_displaymessage(fd, "Please, enter a NPC name (usage: @hidenpc <NPC_name>).");
return -1;
}
@@ -8355,6 +8355,7 @@ atcommand_clearweather(
map[sd->bl.m].flag.fireworks=0;
map[sd->bl.m].flag.leaves=0;
clif_weather(sd->bl.m);
+ clif_displaymessage(fd, msg_txt(291));
return 0;
}