From fbe0b8efebca3bc2662b477bdf45627f9783d6c2 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 24 Jul 2022 18:56:40 +0200 Subject: Core/Maps: Removed MapInstanced - no longer neccessary for grid data reference counting (moved to TerrainInfo) --- .../scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Northrend') diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp index 763fa92044f..850f9fd886a 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_algalon_the_observer.cpp @@ -20,7 +20,7 @@ #include "GameObject.h" #include "GameObjectAI.h" #include "InstanceScript.h" -#include "MapManager.h" +#include "Map.h" #include "MotionMaster.h" #include "MoveSplineInit.h" #include "PassiveAI.h" -- cgit v1.2.3