diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:02:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:02:45 +0300 |
commit | 1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d (patch) | |
tree | a7b4c4aef5a3e5f03bb0e5ca38c9d7946275a584 /src/commands.cpp | |
parent | 3529ae89be2b72e34d119ed4a2aca7b30403032c (diff) | |
download | plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.gz plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.bz2 plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.xz plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.zip |
Move chat command /emotepet into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 9bf94be48..f8e391a41 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -166,13 +166,6 @@ impHandler(navigate) return true; } -impHandler(emotePet) -{ - // need use actual pet id - Net::getPetHandler()->emote(static_cast<uint8_t>(atoi(event.args.c_str())), 0); - return true; -} - impHandler(away) { if (localPlayer) |