diff --git a/zone/npc.h b/zone/npc.h index 6ce7a5c0b..2335627a2 100644 --- a/zone/npc.h +++ b/zone/npc.h @@ -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;