Показать сообщение отдельно
Старый 10.05.2010, 11:49   #2
NeatElves
YTDB Dev
 
Аватар для NeatElves
 
Регистрация: 06.03.2010
Сообщений: 259
Сказал(а) спасибо: 28
Поблагодарили 280 раз(а) в 136 сообщениях
NeatElves Как самоцвет среди гранитаNeatElves Как самоцвет среди гранитаNeatElves Как самоцвет среди гранита
По умолчанию

Вроде он
Код:
diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp
index 743c795..d3e8c14 100644
--- a/src/game/DBCStores.cpp
+++ b/src/game/DBCStores.cpp
@@ -469,6 +469,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;
+            }
         }
     }
NeatElves вне форума   Ответить с цитированием
2 пользователя(ей) сказали cпасибо:
DiffuSer (10.05.2010)