mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
Remove extra includes
This commit is contained in:
parent
87d5bd0229
commit
0dd3cce8ed
@ -3,16 +3,11 @@
|
|||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
||||||
#include "Character.h"
|
#include "Character.h"
|
||||||
#include "Database.h"
|
|
||||||
#include "MissionComponent.h"
|
|
||||||
#include "UserManager.h"
|
#include "UserManager.h"
|
||||||
#include "EntityManager.h"
|
#include "EntityManager.h"
|
||||||
|
#include "Game.h"
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
#include "ZoneInstanceManager.h"
|
|
||||||
#include "WorldPackets.h"
|
|
||||||
#include "dZoneManager.h"
|
#include "dZoneManager.h"
|
||||||
#include "CharacterComponent.h"
|
|
||||||
#include "Mail.h"
|
|
||||||
#include "User.h"
|
#include "User.h"
|
||||||
#include "CppScripts.h"
|
#include "CppScripts.h"
|
||||||
#include "Loot.h"
|
#include "Loot.h"
|
||||||
@ -57,7 +52,6 @@ Player::Player(const LWOOBJID& objectID, const EntityInfo info, User* user, Enti
|
|||||||
m_ParentUser->SetLoggedInChar(objectID);
|
m_ParentUser->SetLoggedInChar(objectID);
|
||||||
m_GMLevel = m_Character->GetGMLevel();
|
m_GMLevel = m_Character->GetGMLevel();
|
||||||
m_SystemAddress = m_ParentUser->GetSystemAddress();
|
m_SystemAddress = m_ParentUser->GetSystemAddress();
|
||||||
m_DroppedLoot = {};
|
|
||||||
m_DroppedCoins = 0;
|
m_DroppedCoins = 0;
|
||||||
|
|
||||||
m_GhostReferencePoint = NiPoint3::ZERO;
|
m_GhostReferencePoint = NiPoint3::ZERO;
|
||||||
|
Loading…
Reference in New Issue
Block a user