diff options
Diffstat (limited to 'src/game/OutdoorPvPObjectiveAI.cpp')
-rw-r--r-- | src/game/OutdoorPvPObjectiveAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/OutdoorPvPObjectiveAI.cpp b/src/game/OutdoorPvPObjectiveAI.cpp index 6e6cf8d64e5..233fffd6b2f 100644 --- a/src/game/OutdoorPvPObjectiveAI.cpp +++ b/src/game/OutdoorPvPObjectiveAI.cpp @@ -45,3 +45,4 @@ int OutdoorPvPObjectiveAI::Permissible(const Creature * c) return PERMIT_BASE_NO; } + |