diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-09-26 00:25:02 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-30 20:42:34 +0200 |
commit | e7411a8457580cd312ff858e557dc75962484730 (patch) | |
tree | bf099a21d9fcd924bab926a80948887ad70d4c98 | |
parent | cfdc0a75f92ee5a082bff6eae7c8781b93fd413d (diff) |
Nopch build fix
(cherry picked from commit 7eb482ed8416fac36952673e28f07562ed79b0af)
-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 |