mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user