From a86a068c3a5d97377deee915c93c5a29889f1a59 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Apr 2016 20:54:14 +0300 Subject: Add packet SMSG_PLAYER_KILLED_BY 0x0b1d. Change protocol version to 17. --- src/net/tmwa/serverfeatures.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index b533301a7..a83a6362a 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -293,4 +293,9 @@ bool ServerFeatures::haveMoveWhileSit() const return true; } +bool ServerFeatures::haveKillerId() const +{ + return false; +} + } // namespace TmwAthena -- cgit v1.2.3-70-g09d2