*Sort script folders by map.

*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-27 23:09:27 -05:00
parent f069a9ee36
commit 4e0d7e4f33
4 changed files with 2221 additions and 2201 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -109,7 +109,7 @@ struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI
void Reset() {}
//Called at creature aggro either by MoveInLOS or Attack Start
void EnterCombat(Unit*);
void EnterCombat(Unit*) {}
//*************
//AI Helper Functions

View File

@@ -139,8 +139,6 @@ float HordeOverrunWP[21][3]=//waypoints in the horde base used in the end in the
{5429.91,-2718.44,1493.42}//20 end 2
};
void hyjal_trashAI::Reset(){}
hyjal_trashAI::hyjal_trashAI(Creature *c) : npc_escortAI(c)
{
pInstance = ((ScriptedInstance*)c->GetInstanceData());

View File

@@ -11,12 +11,6 @@ struct TRINITY_DLL_DECL hyjal_trashAI : public npc_escortAI
{
hyjal_trashAI(Creature *c);
void Reset();
//void EnterEvadeMode();
void EnterCombat(Unit *who);
void UpdateAI(const uint32 diff);
void JustDied(Unit* killer);