diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:26:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:26:54 +0300 |
commit | bdcc5c75d62f1c8f7dc61604a922a3cc3541d62b (patch) | |
tree | c0af9fd066c82880f0bc5bdfa3a00b12ac710087 /src/net/tmwa/homunculushandler.cpp | |
parent | e68643a3d46e6092727c21a751b86c7f03414710 (diff) | |
download | plus-bdcc5c75d62f1c8f7dc61604a922a3cc3541d62b.tar.gz plus-bdcc5c75d62f1c8f7dc61604a922a3cc3541d62b.tar.bz2 plus-bdcc5c75d62f1c8f7dc61604a922a3cc3541d62b.tar.xz plus-bdcc5c75d62f1c8f7dc61604a922a3cc3541d62b.zip |
eathena: add packet CMSG_HOMUNCULUS_MENU 0x022d.
Diffstat (limited to 'src/net/tmwa/homunculushandler.cpp')
-rw-r--r-- | src/net/tmwa/homunculushandler.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/tmwa/homunculushandler.cpp b/src/net/tmwa/homunculushandler.cpp index 727053e17..2bc5c4493 100644 --- a/src/net/tmwa/homunculushandler.cpp +++ b/src/net/tmwa/homunculushandler.cpp @@ -59,4 +59,12 @@ void HomunculusHandler::attack(const int targetId A_UNUSED, { } +void HomunculusHandler::feed() const +{ +} + +void HomunculusHandler::fire() const +{ +} + } // namespace TmwAthena |