aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index 91b9c041066..7b2b846c6e7 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -542,7 +542,6 @@ Map::Add(T *obj)
//also, trigger needs to cast spell, if not update, cannot see visual
//if(obj->GetTypeId() != TYPEID_UNIT)
UpdateObjectVisibility(obj,cell,p);
-
AddNotifier(obj);
}