diff options
Diffstat (limited to 'src/net/eathena/refinehandler.cpp')
-rw-r--r-- | src/net/eathena/refinehandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/refinehandler.cpp b/src/net/eathena/refinehandler.cpp index d602250a3..35f441600 100644 --- a/src/net/eathena/refinehandler.cpp +++ b/src/net/eathena/refinehandler.cpp @@ -66,4 +66,9 @@ void RefineHandler::refineItem(const Item *const item1, outMsg.writeInt8(blessing, "blessing"); } +void RefineHandler::close() const +{ + createOutPacket(CMSG_REFINE_CLOSE); +} + } // namespace EAthena |