diff options
| author | ModoX <moardox@gmail.com> | 2025-10-04 13:35:19 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2025-10-04 13:35:40 +0200 |
| commit | c0c342715b1ca2448a4af19615b17d16bc984d3b (patch) | |
| tree | e59a0a7cfbbac91dae010346c91a50abcd473c21 | |
| parent | d1e07ac6553c7ae1e3296fc044247f0d0f95d267 (diff) | |
fix nopch
* followup d1e07ac6553c7ae1e3296fc044247f0d0f95d267
| -rw-r--r-- | src/server/game/Spells/Auras/SpellAuras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp index fbf364995eb..248fd007871 100644 --- a/src/server/game/Spells/Auras/SpellAuras.cpp +++ b/src/server/game/Spells/Auras/SpellAuras.cpp @@ -19,6 +19,7 @@ #include "CellImpl.h" #include "Common.h" #include "Containers.h" +#include "CreatureAI.h" #include "DynamicObject.h" #include "GridNotifiersImpl.h" #include "Item.h" |
