mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 03:53:48 +00:00
chore(misc): cleanup (#17274)
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TRINITYSERVER_PACKET_BUILDER_H
|
||||
#define TRINITYSERVER_PACKET_BUILDER_H
|
||||
#ifndef AC_PACKET_BUILDER_H
|
||||
#define AC_PACKET_BUILDER_H
|
||||
|
||||
#include "Define.h"
|
||||
|
||||
@@ -40,4 +40,4 @@ namespace Movement
|
||||
static void WriteCreate(const MoveSpline& mov, ByteBuffer& data);
|
||||
};
|
||||
}
|
||||
#endif // TRINITYSERVER_PACKET_BUILDER_H
|
||||
#endif // AC_PACKET_BUILDER_H
|
||||
|
||||
Reference in New Issue
Block a user