diff options
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 66542030464..fa71a2f23bc 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -2140,4 +2140,5 @@ void Map::AddUnitToNotify(Unit* u) i_unitsToNotify.push_back(u->GetGUID()); u->m_IsInNotifyList = true; } -}
\ No newline at end of file +} + |