diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index ef9fdfb..928064f 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -594,7 +594,11 @@ void LoadDBCStores(const std::string& dataPath) // old continent node (+ nodes virtually at old continents, check explicitly to avoid loading map files for zone info) if (node->map_id < 2 || i == 82 || i == 83 || i == 93 || i == 94) - sOldContinentsNodesMask[field] |= submask; + sOldContinentsNodesMask[field] |= submask; + // fix DK node at Ebon Hold + if (i == 315) { + ((TaxiNodesEntry*)node)->MountCreatureID[1] = 32981; + } } }