mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Revert "Core/Pets: Water Elementals are now permanent pets" (wrong branch)
This reverts commit 0136c86054.
Also add line ending to recently added SQL file
This commit is contained in:
@@ -1764,8 +1764,6 @@ bool Pet::IsPermanentPetFor(Player* owner)
|
||||
return GetCreatureInfo()->type == CREATURE_TYPE_DEMON;
|
||||
case CLASS_DEATH_KNIGHT:
|
||||
return GetCreatureInfo()->type == CREATURE_TYPE_UNDEAD;
|
||||
case CLASS_MAGE:
|
||||
return GetCreatureInfo()->type == CREATURE_TYPE_ELEMENTAL;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user