Jump to content

DK Can't use Flight Master


Proto

Recommended Posts

  • 1 month later...
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;
+            }
        }
    }

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use