mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +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:
|
||||
static NPC* SpawnNPC(const char* spawncommand, const glm::vec4& position, Client* client = nullptr);
|
||||
static bool SpawnZoneController();
|
||||
static int8 GetAILevel(bool iForceReRead = false);
|
||||
|
||||
// loot recording / simulator
|
||||
bool IsRecordLootStats() const;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user