mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 12:48:20 +00:00
[Cleanup] Remove GetAILevel() from npc.h (#3080)
# Notes - This is unused.
This commit is contained in:
@@ -110,7 +110,6 @@ class NPC : public Mob
|
|||||||
public:
|
public:
|
||||||
static NPC* SpawnNPC(const char* spawncommand, const glm::vec4& position, Client* client = nullptr);
|
static NPC* SpawnNPC(const char* spawncommand, const glm::vec4& position, Client* client = nullptr);
|
||||||
static bool SpawnZoneController();
|
static bool SpawnZoneController();
|
||||||
static int8 GetAILevel(bool iForceReRead = false);
|
|
||||||
|
|
||||||
// loot recording / simulator
|
// loot recording / simulator
|
||||||
bool IsRecordLootStats() const;
|
bool IsRecordLootStats() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user