feat(DB/points_of_interest): Improved points_of_interest table, close #1193 (#2348)

This commit is contained in:
Stefano Borzì
2019-10-23 07:48:46 +02:00
committed by Stoabrogga
parent 6cac3f881f
commit 9dd623e061
5 changed files with 30 additions and 27 deletions

View File

@@ -567,13 +567,13 @@ struct RepSpilloverTemplate
struct PointOfInterest
{
uint32 entry;
float x;
float y;
uint32 icon;
uint32 flags;
uint32 data;
std::string icon_name;
uint32 ID;
float PositionX;
float PositionY;
uint32 Icon;
uint32 Flags;
uint32 Importance;
std::string Name;
};
struct GossipMenuItems