So i "hacked" lich king classic and era classic and the entity list is stored with a linked list so every entity object has a pointer to the next entity pointer etc.
But on retail i cannot find the pointer to the next entity object in the entity objects so i assume its not stored as a linked list anymore. And neither is it stored as a normal array as the entity objects are very randomly far away from each other in memory. And i can't find any good list containing all the pointers to the entity objects, i found a couple but they are not reliable.
So anyone else who has already done this for wow, what type of list is it? Maybe its a linked list still but the pointers are multi-level??