Added support for pools in pools
commit1614d29d5a5bcbe4f4830c03c865837ca0dbe53f
authorNeo2003 <neo.2003@hotmail.fr>
Sun, 7 Dec 2008 15:59:37 +0000 (7 16:59 +0100)
committerNeo2003 <neo.2003@hotmail.fr>
Wed, 18 Feb 2009 19:19:59 +0000 (18 20:19 +0100)
tree82f54a347f5575101e8864ff48eaaebf9544ef75
parentf82018efbc16c6b859eadba85bf3da29269f57c9
Added support for pools in pools

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>
sql/updates/7299_01_mangos_pools.sql
src/game/PoolHandler.cpp
src/game/PoolHandler.h