Fixed Ebon Hold taxi for Alliance, by seirgy.

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2010-01-01 07:02:42 +01:00
parent 875fb3500c
commit ca8d0e2ca8

View File

@@ -491,6 +491,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;
// fix DK node at Ebon Hold
if (i == 315) {
((TaxiNodesEntry*)node)->MountCreatureID[1] = 32981;
}
}
}