summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/actions/pets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/manaplus/actions/pets.cpp')
-rw-r--r--src/progs/manaplus/actions/pets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/manaplus/actions/pets.cpp b/src/progs/manaplus/actions/pets.cpp
index f8785829a..301d05266 100644
--- a/src/progs/manaplus/actions/pets.cpp
+++ b/src/progs/manaplus/actions/pets.cpp
@@ -73,7 +73,7 @@ impHandler(talkPet)
std::string args = event.args;
if (findCutFirst(args, "/me "))
args = textToMe(args);
- chatHandler->talkPet(args, GENERAL_CHANNEL);
+ chatHandler->talkPet(args);
return true;
}