From eab85d9d6e55d66971ac5b816196510a26973d47 Mon Sep 17 00:00:00 2001 From: Muhaha Date: Sat, 20 Jun 2009 02:54:03 +0200 Subject: * Added LowerPlayerDamageReq function from TC2 * Akama is summoned after the illidari council has been deafeated. (remove your akama spawn from creature db) * Dampen Magic timer * Merging mother from TC2 --HG-- branch : trunk --- src/game/CreatureAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/CreatureAI.cpp') diff --git a/src/game/CreatureAI.cpp b/src/game/CreatureAI.cpp index 3a7cb896e88..e5ed4cf894a 100644 --- a/src/game/CreatureAI.cpp +++ b/src/game/CreatureAI.cpp @@ -100,7 +100,7 @@ void CreatureAI::EnterEvadeMode() me->CombatStop(); me->LoadCreaturesAddon(); me->SetLootRecipient(NULL); - me->ResetDamageByPlayers(); + me->ResetPlayerDamageReq(); if(me->isAlive()) me->GetMotionMaster()->MoveTargetedHome(); -- cgit v1.2.3