From 3c6c8c11178108482ae5f9848ce402292e7367ce Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 26 Mar 2013 09:44:01 +0100 Subject: Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile) Closes #9501 --- src/server/shared/Packets/ByteBuffer.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/server/shared/Packets') diff --git a/src/server/shared/Packets/ByteBuffer.cpp b/src/server/shared/Packets/ByteBuffer.cpp index a14cf3477af..a4828df9046 100644 --- a/src/server/shared/Packets/ByteBuffer.cpp +++ b/src/server/shared/Packets/ByteBuffer.cpp @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2008-2013 TrinityCore + * Copyright (C) 2005-2009 MaNGOS + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + #include "ByteBuffer.h" #include "Log.h" -- cgit v1.2.3