mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
*Fix abolish poison. (Set caster be taget when range = 0 and target type = single target)
--HG-- branch : trunk
This commit is contained in:
@@ -484,7 +484,6 @@ void Pet::SavePetToDB(PetSaveMode mode)
|
||||
case PET_SAVE_AS_DELETED:
|
||||
{
|
||||
RemoveAllAuras();
|
||||
uint32 owner = GUID_LOPART(GetOwnerGUID());
|
||||
DeleteFromDB(m_charmInfo->GetPetNumber());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user