From d93bc9c85378108e17fd5c111b274c4238186547 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 19 Dec 2008 16:07:00 -0600 Subject: [PATCH] *Temp fix for crash caused by AV creature. Need to find a way to allow summoned creatures to use RandomMovement. --HG-- branch : trunk --- src/game/BattleGroundAV.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/BattleGroundAV.cpp b/src/game/BattleGroundAV.cpp index 63511c87111..27cd169ffc3 100644 --- a/src/game/BattleGroundAV.cpp +++ b/src/game/BattleGroundAV.cpp @@ -280,7 +280,7 @@ Creature* BattleGroundAV::AddAVCreature(uint16 cinfoid, uint16 type ) data.spawndist = 5; } //else spawndist will be 15, so creatures move maximum=10 - creature->SetDefaultMovementType(RANDOM_MOTION_TYPE); + //creature->SetDefaultMovementType(RANDOM_MOTION_TYPE); creature->GetMotionMaster()->Initialize(); creature->setDeathState(JUST_DIED); creature->Respawn();