this is done by this script:
ack -c "World.h" | ack :1 | sed 's/:1//' | xargs grep -c sWorld | grep :0 | sed 's/:0//' | xargs sed -i '/#include "World.h"/d'
i didn't checked every change but gcc haven't complained
Signed-off-by: miranda.conrado <miranda.conrado@getmangos.com>
Possible fix, not checked (not have access currently to Unix host), but expected as working.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
As a result, the last relation that makes the loop is automatically removed.
An error message is displayed and core go on loading remaining records.
Signed-off-by: Neo2003 <neo.2003@hotmail.fr>
Pools inside another pool cannot have a number of spawned objects <> 1 (maxlimit value)
Note: pools in a pool in a pool in a pool... is possible and working,
but circulare inclusion is not detected and will cause a core infinit loop
Signed-off-by: Neo2003 <neo.2003@hotmail.fr>