diff options
| author | n0n4m3 <none@none> | 2010-01-01 07:02:42 +0100 | 
|---|---|---|
| committer | n0n4m3 <none@none> | 2010-01-01 07:02:42 +0100 | 
| commit | ca8d0e2ca8a16e90edb0ce79efda033852d439bb (patch) | |
| tree | 8f101104f9874a55676d1c6ad5a8666d9ccc08f4 /src | |
| parent | 875fb3500c6f9d499b521a627420963a1a83b763 (diff) | |
Fixed Ebon Hold taxi for Alliance, by seirgy.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/DBCStores.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index 20d82968fea..fb96c37028b 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -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; +            }          }      }  | 
