More restructures, non-working state

This commit is contained in:
Akkadius
2014-11-22 23:28:20 -06:00
parent d1b0564698
commit f328853251
7 changed files with 160 additions and 147 deletions
+4 -1
View File
@@ -139,6 +139,8 @@ namespace player_lootitem {
uint32 aug_3;
uint32 aug_4;
uint32 aug_5;
uint8 min_level; //
uint8 max_level; //
};
}
@@ -170,7 +172,8 @@ struct PlayerCorpse_Struct {
uint32 drakkin_heritage;
uint32 drakkin_tattoo;
uint32 drakkin_details;
player_lootitem::ServerLootItem_Struct items[0];
player_lootitem::ServerLootItem_Struct* items[0];
//std::list<player_lootitem::ServerLootItem_Struct*> items;
};
struct Door {