Core/Spells: Correct swapped TARGET_UNIT_NEARBY_ALLY and TARGET_UNIT_NEARBY_PARTY

Port From (https://github.com/TrinityCore/TrinityCore/commit/2a595d55b237038fb2856f4d5fcfa7bf44f12a04)
This commit is contained in:
hondacrx
2022-05-24 18:23:20 -04:00
parent b3eec19d55
commit f705cae647
2 changed files with 4 additions and 4 deletions
@@ -2621,8 +2621,8 @@ namespace Framework.Constants
{
UnitCaster = 1,
UnitNearbyEnemy = 2,
UnitNearbyParty = 3,
UnitNearbyAlly = 4,
UnitNearbyAlly = 3,
UnitNearbyParty = 4,
UnitPet = 5,
UnitTargetEnemy = 6,
UnitSrcAreaEntry = 7,