[Cleanup] Remove GetAILevel() from npc.h (#3080)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 21:06:24 -04:00 committed by GitHub
parent 64df993c10
commit f9c1683d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;