mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Remove code changes
Will fix in another PR.
This commit is contained in:
parent
247b88dbd5
commit
da15c6d16b
@ -5,6 +5,7 @@
|
||||
#include "RakNetTypes.h"
|
||||
#include "Character.h"
|
||||
#include "Component.h"
|
||||
#include "Item.h"
|
||||
#include <string>
|
||||
#include "CDMissionsTable.h"
|
||||
#include "tinyxml2.h"
|
||||
@ -14,8 +15,6 @@
|
||||
|
||||
enum class eGameActivity : uint32_t;
|
||||
|
||||
class Item;
|
||||
|
||||
/**
|
||||
* The statistics that can be achieved per zone
|
||||
*/
|
||||
|
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "dCommonVars.h"
|
||||
#include "eLootSourceType.h"
|
||||
#include <unordered_map>
|
||||
|
||||
class Entity;
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "ZoneInstanceManager.h"
|
||||
#include "MD5.h"
|
||||
#include "GeneralUtils.h"
|
||||
#include "dClient/ClientVersion.h"
|
||||
#include "ClientVersion.h"
|
||||
|
||||
#include <bcrypt/BCrypt.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user