From 60757643df53ff5d9d6aa361486348bc6d4bf0f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Jun 2012 23:37:28 +0300 Subject: From eAthena netcode remove some evol packets implimentations. --- src/net/eathena/playerhandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/net/eathena/playerhandler.h') diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 9b0ba215c..a6d5be102 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -51,13 +51,12 @@ class PlayerHandler : public MessageHandler, public Ea::PlayerHandler void setDirection(char direction); void setDestination(int x, int y, int direction = -1); void changeAction(Being::Action action); - void processOnlineList(Net::MessageIn &msg); - void requestOnlineList(); void updateStatus(uint8_t status); void processPlayerShortcuts(Net::MessageIn &msg); void processPlayerShowEquip(Net::MessageIn &msg); + void requestOnlineList(); void respawn(); }; -- cgit v1.2.3-70-g09d2