From f6596726b6978a7380de163740e6b65c8394ca42 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 22 Jun 2017 22:24:24 +0300 Subject: Move pets actions from actions.cpp into pets.cpp --- src/actions/actions.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 96a6e48ca..c5bbf075b 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -92,7 +92,6 @@ #include "net/net.h" #include "net/npchandler.h" #include "net/playerhandler.h" -#include "net/pethandler.h" #include "net/serverfeatures.h" #include "net/uploadcharinfo.h" #include "net/tradehandler.h" @@ -1617,20 +1616,6 @@ impHandler0(homunculusFeed) return true; } -impHandler0(petFeed) -{ - if (petHandler != nullptr) - petHandler->feed(); - return true; -} - -impHandler0(petDropLoot) -{ - if (petHandler != nullptr) - petHandler->dropLoot(); - return true; -} - impHandler(useItem) { const int itemId = atoi(event.args.c_str()); -- cgit v1.2.3-60-g2f50