mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Databuckets] Move Databuckets to Common (#4918)
* [Databuckets] Move Databuckets to Common * Fix linking issue
This commit is contained in:
+2
-1
@@ -20,7 +20,7 @@
|
||||
#define MOB_H
|
||||
|
||||
#include "common.h"
|
||||
#include "data_bucket.h"
|
||||
#include "../common/data_bucket.h"
|
||||
#include "entity.h"
|
||||
#include "hate_list.h"
|
||||
#include "pathfinder_interface.h"
|
||||
@@ -1504,6 +1504,7 @@ public:
|
||||
void CalcHeroicBonuses(StatBonuses* newbon);
|
||||
|
||||
DataBucketKey GetScopedBucketKeys();
|
||||
bool LoadDataBucketsCache();
|
||||
|
||||
bool IsCloseToBanker();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user