SQL: Fix sql import

This commit is contained in:
Vincent-Michael
2014-09-18 06:05:38 +02:00
parent 72ed5bfc93
commit ad49bd5194
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
SET @CGuid := 74517;
SET @CGuid := 74518;
DELETE FROM `creature` WHERE `id`IN(24014,29393)AND `guid` BETWEEN @CGUID AND @CGUID+3;
UPDATE `creature_template` SET `faction`=21, `unit_flags`=33536, `unit_flags2`=2099200 WHERE `entry`=29394;

View File

@@ -270,7 +270,7 @@ void WorldSession::HandlePetActionHelper(Unit* pet, ObjectGuid guid1, uint32 spe
{
case REACT_PASSIVE: //passive
pet->AttackStop();
// no break;
case REACT_DEFENSIVE: //recovery
case REACT_AGGRESSIVE: //activete
if (pet->GetTypeId() == TYPEID_UNIT)