Skip to content

Commit 1aa4a98

Browse files
authored
Remove redundant enumeration in preparation for upstream PR (#429)
reference: refactor(Core): Add definition file for area table entries. - azerothcore/azerothcore-wotlk#22054
1 parent 459433c commit 1aa4a98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Bracket_1_19/scripts/events/hallows_end.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
* with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

18+
#include "AreaDefines.h"
1819
#include "Player.h"
1920
#include "ScriptMgr.h"
2021

2122
#include "ProgressionSystem.h"
2223

2324
enum Misc
2425
{
25-
MAP_SCARLET_MONASTERY = 189,
26-
2726
QUEST_HEADLESS_HORSEMAN = 50000,
2827

2928
NPC_HEADLESS_HORSEMAN = 23682

0 commit comments

Comments
 (0)