Mercenaries now load directly from tables only. The vwMercNpcTypes view is no longer required and can be deleted.

This commit is contained in:
Trevius
2015-01-07 22:20:44 -06:00
parent a6dd14b09f
commit a83d536712
4 changed files with 86 additions and 31 deletions
+6
View File
@@ -884,6 +884,12 @@ struct Disciplines_Struct {
};
struct DisciplineTimer_Struct
{
/*00*/ uint32 TimerID;
/*04*/ uint32 Duration;
/*08*/ uint32 Unknown08;
};
struct Tribute_Struct {
uint32 tribute;