Files
TrinityCore/src/server/scripts
ccrs 9080e7863c Core/Movement: correct logic wrongly ported in 2a84562dc8
I'm referencing line 97 from ChaseMovementGenerator.
That commit introduced a modification in this use case:
- Chasing target is not my current victim, I should stop moving till it is my victim again
Changed To:
- Chasing target is not my current vicitm, I should stop chasing
My correction:
- I dont care about the relation of my current victim and my chasing target, I'm commanded to chase, something will tell me to stop chasing
--> Most likely: evade, new attackstart, etc.

the rest are just minor changes
2019-01-10 22:51:47 +01:00
..
2019-01-01 15:45:25 +01:00
2019-01-10 21:58:00 +01:00
2019-01-01 15:45:25 +01:00
2019-01-09 17:24:30 +01:00
2019-01-01 15:45:25 +01:00
2019-01-01 15:45:25 +01:00