mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
feat(Core/Common): add new helpers for time utility (#10207)
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
#ifndef AllPackets_h__
|
||||
#define AllPackets_h__
|
||||
|
||||
#include "CombatLogPackets.h"
|
||||
#include "ChatPackets.h"
|
||||
#include "CharacterPackets.h"
|
||||
#include "MiscPackets.h"
|
||||
#include "WorldStatePackets.h"
|
||||
#include "TotemPackets.h"
|
||||
#include "BankPackets.h"
|
||||
#include "CharacterPackets.h"
|
||||
#include "ChatPackets.h"
|
||||
#include "CombatLogPackets.h"
|
||||
#include "GuildPackets.h"
|
||||
#include "MiscPackets.h"
|
||||
#include "TotemPackets.h"
|
||||
#include "WorldStatePackets.h"
|
||||
|
||||
#endif // AllPackets_h__
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef BankPackets_h__
|
||||
#define BankPackets_h__
|
||||
|
||||
#include "Packet.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "Packet.h"
|
||||
|
||||
namespace WorldPackets
|
||||
{
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef ChatPackets_h__
|
||||
#define ChatPackets_h__
|
||||
|
||||
#include "Packet.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "Packet.h"
|
||||
|
||||
namespace WorldPackets
|
||||
{
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
#ifndef GuildPackets_h__
|
||||
#define GuildPackets_h__
|
||||
|
||||
#include "Packet.h"
|
||||
#include "Guild.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "Packet.h"
|
||||
#include "PacketUtilities.h"
|
||||
#include <boost/container/static_vector.hpp>
|
||||
#include <array>
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
||||
namespace WorldPackets
|
||||
{
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef TotemPackets_h__
|
||||
#define TotemPackets_h__
|
||||
|
||||
#include "Packet.h"
|
||||
#include "ObjectGuid.h"
|
||||
#include "Packet.h"
|
||||
|
||||
namespace WorldPackets
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user