mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 10:26:37 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+1
-2
@@ -45,5 +45,4 @@ struct LootItem {
|
||||
uint32 lootdrop_id; // required for zone state referencing
|
||||
};
|
||||
|
||||
typedef std::list<LootItem*> LootItems;
|
||||
|
||||
using LootItems = std::list<LootItem*>;
|
||||
|
||||
Reference in New Issue
Block a user