diff options
| -rw-r--r-- | src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp b/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp index ba81be2850e..a40681ca32a 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/TheUnderbog/instance_the_underbog.cpp @@ -24,6 +24,7 @@ gets instead the deserter debuff.  #include "ScriptMgr.h"  #include "InstanceScript.h" +#include "Unit.h"  #include "the_underbog.h"  class instance_the_underbog : public InstanceMapScript  | 
