[7796] Implement .lookup taxinode and .go taxinode commands.

This commit is contained in:
VladimirMangos 2009-05-07 19:25:17 +04:00
parent 3279b77b09
commit a587590ab5
13 changed files with 148 additions and 9 deletions

View file

@ -1505,7 +1505,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]
};