diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-09-26 00:25:02 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-09-26 00:25:02 +0200 |
commit | 7eb482ed8416fac36952673e28f07562ed79b0af (patch) | |
tree | 00024e87d4837c39efa7c6182e2f7642e162ea98 | |
parent | e3ac84b929163d4253c15e3c9c430440c2cd15ac (diff) |
Nopch build fix
-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 |