Merge branch 'specify-path' into remove-multiple-script-syntax-ffffffffff

This commit is contained in:
David Markowitz 2024-03-03 04:42:32 -08:00
commit 3fa5d4791d
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include "RakNetTypes.h" #include "RakNetTypes.h"
#include "Character.h" #include "Character.h"
#include "Component.h" #include "Component.h"
#include "Item.h"
#include <string> #include <string>
#include "CDMissionsTable.h" #include "CDMissionsTable.h"
#include "tinyxml2.h" #include "tinyxml2.h"
@ -15,6 +14,8 @@
enum class eGameActivity : uint32_t; enum class eGameActivity : uint32_t;
class Item;
/** /**
* The statistics that can be achieved per zone * The statistics that can be achieved per zone
*/ */

View File

@ -1,6 +1,7 @@
#pragma once #pragma once
#include "dCommonVars.h" #include "dCommonVars.h"
#include "eLootSourceType.h"
#include <unordered_map> #include <unordered_map>
class Entity; class Entity;

View File

@ -8,7 +8,7 @@
#include "ZoneInstanceManager.h" #include "ZoneInstanceManager.h"
#include "MD5.h" #include "MD5.h"
#include "GeneralUtils.h" #include "GeneralUtils.h"
#include "ClientVersion.h" #include "dClient/ClientVersion.h"
#include <bcrypt/BCrypt.hpp> #include <bcrypt/BCrypt.hpp>