Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM

Port From (https://github.com/TrinityCore/TrinityCore/commit/87f3ab11d3dd5d362657aaae9c02effa8ee95f21)
This commit is contained in:
hondacrx
2024-02-03 22:02:40 -05:00
parent 136ad2cff0
commit 4d0362edc6
3 changed files with 13 additions and 8 deletions
@@ -2773,7 +2773,7 @@ namespace Framework.Constants
DestFrontLeft = 71,
DestCasterRandom = 72,
DestCasterRadius = 73,
DestRandom = 74,
DestTargetRandom = 74,
DestRadius = 75,
DestChannelTarget = 76,
UnitChannelTarget = 77,