azerothcore-wotlk/data/sql
Stoabrogga c29c7bd968 feat(Core/Pool): improve pool manager (#2027)
Use "std::unordered_map" instead of "std::vector" in order to reduce memory usage (not much, perhaps 5-10%)
identify missing pool entries in pool_template via error messages in the server log
Concerning the pool entries I applied the following fixes as they would now cause errors:

Remove pool entry 5217 from pool_gameobject (only 1 game object "Saronite", not needed here)
Remove pool entry 1047 from pool_creature (only 1 creature "Hematos", not needed here)
Add a few missing Saronite nodes to pool_template
2019-07-10 02:28:56 +02:00
..
archive DB squash & begin AC 3.0.0 development 2019-02-17 14:25:53 +01:00
base fix(DB): update chain after release 2019-02-17 14:56:23 +01:00
create feat(DB): Keeping database names consistent troughout the system (#1603) 2019-03-25 14:18:07 -03:00
custom Better names for sql folders + added custom and pending 2016-08-25 15:33:11 +02:00
updates feat(Core/Pool): improve pool manager (#2027) 2019-07-10 02:28:56 +02:00