diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-22 20:41:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-22 20:57:06 +0300 |
commit | d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b (patch) | |
tree | 97437c91403731ced2c099c6906c00716f8a3a1d /src/net/tmwa/protocolout.cpp | |
parent | 0533718792de26406c56257e4aea7f28d898a132 (diff) | |
download | plus-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.gz plus-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.bz2 plus-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.tar.xz plus-d27c8b53bcd8c7e8e0aa74656e32aeb688629b4b.zip |
add way for reload packets db. For now it useless.
Diffstat (limited to 'src/net/tmwa/protocolout.cpp')
-rw-r--r-- | src/net/tmwa/protocolout.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/protocolout.cpp b/src/net/tmwa/protocolout.cpp index f5e3f20d6..b0941e01d 100644 --- a/src/net/tmwa/protocolout.cpp +++ b/src/net/tmwa/protocolout.cpp @@ -18,13 +18,12 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - namespace TmwAthena { #include "net/protocoloutdefine.h" #include "net/tmwa/packetsout.inc" #undef packet -} // namesspace TmwAthena +} // namesspace TmwAthena #include "debug.h" |