diff --git a/CreatureMethods.h b/CreatureMethods.h index f47d5e1..46b0291 100644 --- a/CreatureMethods.h +++ b/CreatureMethods.h @@ -983,6 +983,7 @@ auto const& threatlist = creature->getThreatManager().getThreatList(); return 0; } +#if defined(TRINITY) || defined(AZEROTHCORE) /** * Sets the [Creature]'s ReactState to `state`. * @@ -995,6 +996,7 @@ auto const& threatlist = creature->getThreatManager().getThreatList(); creature->SetReactState((ReactStates)state); return 0; } +#endif /** * Makes the [Creature] able to fly if enabled.