mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Cleanup] Remove GetAILevel() from npc.h (#3080)
# Notes - This is unused.
This commit is contained in:
parent
64df993c10
commit
f9c1683d36
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user