[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
-1
View File
@@ -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;