From 12d4ce413e7b3b9d697b160bac6c918564b2fd1e Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 30 Dec 2008 19:39:43 -0600 Subject: *Update waypoint movement code. Also fix Linux build. --HG-- branch : trunk --- src/game/Object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Object.cpp') diff --git a/src/game/Object.cpp b/src/game/Object.cpp index efd041f34c2..51eea6ecc83 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -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(); -- cgit v1.2.3