Adjust manifest [skip ci]

This commit is contained in:
Akkadius
2015-12-29 01:30:20 -06:00
parent b9d00f91de
commit 9757c38017
4 changed files with 44 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ 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);
NPC(const NPCType* data, Spawn2* respawn, const glm::vec4& position, int iflymode, bool IsCorpse = false);