mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
refactor(Core/Misc): headers cleanup (#9259)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
#ifndef AZEROTHCORE_QUEST_H
|
||||
#define AZEROTHCORE_QUEST_H
|
||||
|
||||
#include "DatabaseEnv.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Define.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "WorldPacket.h"
|
||||
@@ -107,7 +107,7 @@ enum QuestStatus : uint8
|
||||
MAX_QUEST_STATUS
|
||||
};
|
||||
|
||||
enum QuestGiverStatus
|
||||
enum QuestGiverStatus : uint32
|
||||
{
|
||||
DIALOG_STATUS_NONE = 0,
|
||||
DIALOG_STATUS_UNAVAILABLE = 1,
|
||||
|
||||
Reference in New Issue
Block a user