diff options
| author | megamage <none@none> | 2009-05-08 18:47:27 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-08 18:47:27 -0500 |
| commit | e85e4c386b76e345cf615c743a3268408d72bffb (patch) | |
| tree | 59cc055dd1497363fbaff40a8996287080a73af8 /src/game/DBCStructure.h | |
| parent | 6fbebffbafc123b4948ad23303743e2b10f2ded4 (diff) | |
[7796] Implement .lookup taxinode and .go taxinode commands. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 8c8195c018b..3798785ca03 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1517,7 +1517,7 @@ struct TaxiNodesEntry float x; // 2 m_x float y; // 3 m_y float z; // 4 m_z - //char* name[16]; // 5-21 m_Name_lang + char* name[16]; // 5-21 m_Name_lang // 22 string flags uint32 MountCreatureID[2]; // 23-24 m_MountCreatureID[2] }; |
