diff options
-rw-r--r-- | src/game-server/mapcomposite.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp index 3a1cf0c2..d330761e 100644 --- a/src/game-server/mapcomposite.cpp +++ b/src/game-server/mapcomposite.cpp @@ -330,6 +330,7 @@ MapContent::MapContent(Map *map) : last_bucket(0), zones(NULL) { buckets[0] = new ObjectBucket; + buckets[0]->allocate(); // Skip ID 0 for (int i = 1; i < 256; ++i) { buckets[i] = NULL; |