mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[c12562] Cleanup Style
This commit is contained in:
parent
d988eb4038
commit
bf5c6b1ddd
19 changed files with 3432 additions and 1071 deletions
|
|
@ -788,7 +788,7 @@ void LoadDBCStores(const std::string& dataPath)
|
|||
|
||||
// fix DK node at Ebon Hold
|
||||
if (i == 315)
|
||||
((TaxiNodesEntry*)node)->MountCreatureID[1] = 32981;
|
||||
(const_cast<TaxiNodesEntry*>(node))->MountCreatureID[1] = node->MountCreatureID[0];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue