Merge [SD2]

r1313 Implement new class SystemMgr for storage and management of script data.
      Move database load to new class and instead use functions in class to retrieve data from storage.

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-08-16 19:38:18 +02:00
parent ec5515ee49
commit 81ee07fa2a
6 changed files with 364 additions and 296 deletions

View File

@@ -41,16 +41,6 @@ class SummonList : private std::list<uint64>
Creature *m_creature;
};
struct PointMovement
{
uint32 m_uiCreatureEntry;
uint32 m_uiPointId;
float m_fX;
float m_fY;
float m_fZ;
uint32 m_uiWaitTime;
};
struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI
{
explicit ScriptedAI(Creature* creature);