mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
normalize includes: zone
This commit is contained in:
+7
-8
@@ -24,12 +24,13 @@ npc_count int unsigned not null default 0, npcloot_count int unsigned not null d
|
||||
spawn2 mediumblob, npcs mediumblob, npc_loot mediumblob, gmspawntype mediumblob, time timestamp(14));
|
||||
*/
|
||||
|
||||
#ifndef ZONEDUMP_H
|
||||
#define ZONEDUMP_H
|
||||
#include "../common/faction.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "../common/inventory_profile.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/faction.h"
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/inventory_profile.h"
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
|
||||
struct NPCType
|
||||
@@ -160,6 +161,4 @@ struct NPCType
|
||||
uint32 m_npc_tint_id;
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user