Misc: More cleanup
This commit is contained in:
@@ -41,4 +41,4 @@ namespace MMAP
|
||||
g_MMapManager = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,4 +138,4 @@ namespace MMAP
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -147,4 +147,4 @@ public:
|
||||
void AddSC_boss_drekthar()
|
||||
{
|
||||
new boss_drekthar;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,4 +125,4 @@ public:
|
||||
void AddSC_boss_vanndar()
|
||||
{
|
||||
new boss_vanndar;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,4 +63,4 @@ inline AI* GetZulFarrakAI(Creature* creature)
|
||||
return GetInstanceAI<AI>(creature, ZFScriptName);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -31,4 +31,4 @@ inline void dtCustomFree(void* ptr)
|
||||
delete [] (unsigned char*)ptr;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user