автор:
VladimirMangos
m sql/mangos.sql
+ sql/updates/11169_01_mangos_mangos_string.sql
+ sql/updates/11169_02_mangos_command.sql
m src/game/Chat.cpp
m src/game/Chat.h
m src/game/Language.h
m src/game/Level2.cpp
m src/game/PoolManager.cpp
m src/game/PoolManager.h
m src/shared/Util.h
m src/shared/revision_nr.h
m src/shared/revision_sql.h
[11169] Implemented pool system related commands.
.lookup pool $pooldescpart - list of pools (anywhere) with substring in description
.pool list - list of pools with spawn in current map (only work in instances)
Non-instanceable maps share pool system state os useless attempt get all pols at all continents.
.pool spawns - list current creatures/objects listed in pools and spawned (added to grid data, not meaning show in world).
.pool spawns #pool_id - list current creatures/objects listed in #pool_id and spawned (added to grid data, not meaning show in world).
.pool #pool_id - pool information and full list creatures/gameobjects included in pool
Дальше...