Files
TrinityCore/src/server
tkrokli 50016bf996 Core/DataStores: TaxiMaskSize not large enough
Increase TaxiMaskSize to repair this startup error:

src\server\game\DataStores\DB2Stores.cpp:844 in DB2Manager::LoadStores ASSERTION FAILED:
TaxiMaskSize >= ((sTaxiNodesStore.GetNumRows() - 1) / 8) + 1
TaxiMaskSize is not large enough to contain all taxi nodes! (current value 236, required 239)

Closes #18055
2016-10-08 06:07:31 +02:00
..