Files
TrinityCore/src/server/game
ariel- a97439e8d6 Core/SAI: Change SmartScript::GetTargets to return an ObjectList instead of a ObjectList*
Applied the same treatment to GetWorldObjectsInDist

Honestly no idea why the original idea insisted so much
on using pointers. No more missing null checks or deletes.

SmartAI's "ObjectList" is now a std::vector instead of a std::list
because no where it was being used as an actual list.

Original idea by DDuarte :P
2017-06-03 05:21:06 -03:00
..
2017-01-02 19:52:45 +01:00
2017-05-12 10:40:22 +02:00
2017-04-17 12:51:01 +02:00
2017-04-11 23:30:47 -03:00
2017-05-27 21:13:03 -03:00
2017-01-02 19:52:45 +01:00
2017-02-05 23:25:33 +01:00
2017-05-26 13:30:24 -03:00