*Update waypoint movement code. Also fix Linux build.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-30 19:39:43 -06:00
parent bf3f187785
commit 12d4ce413e
3 changed files with 14 additions and 14 deletions

View File

@@ -1519,7 +1519,7 @@ Creature* WorldObject::SummonCreature(uint32 id, float x, float y, float z, floa
{
TemporarySummon* pCreature = new TemporarySummon(GetGUID());
pCreature->SetInstanceId(GetInstanceId());
//pCreature->SetInstanceId(GetInstanceId());
uint32 team = 0;
if (GetTypeId()==TYPEID_PLAYER)
team = ((Player*)this)->GetTeam();