Files
TrinityCore/src/server/game
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
..
2016-09-22 21:59:12 +02:00
2016-08-21 17:24:11 +02:00
2016-09-09 10:22:57 +02:00
2016-09-09 10:22:57 +02:00
2016-04-16 12:19:23 +02:00
2016-07-20 00:38:38 +02:00