diff options
Diffstat (limited to 'src/actions/pets.cpp')
-rw-r--r-- | src/actions/pets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/pets.cpp b/src/actions/pets.cpp index d69618356..84b3d412d 100644 --- a/src/actions/pets.cpp +++ b/src/actions/pets.cpp @@ -82,7 +82,7 @@ static const Being *getPet() impHandler(commandEmotePet) { // need use actual pet id - petHandler->emote(static_cast<uint8_t>( + petHandler->emote(CAST_U8( atoi(event.args.c_str())), 0); return true; } |