ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-world.ext
(Generate patch)

Comparing deliantra/server/ext/map-world.ext (file contents):
Revision 1.24 by root, Thu Apr 19 16:23:46 2007 UTC vs.
Revision 1.25 by root, Sat Apr 21 11:55:36 2007 UTC

165 165
166 } else { 166 } else {
167 $self->fill; 167 $self->fill;
168 } 168 }
169 169
170 if (delete $self->{need_create_treasure}) {
170 $self->create_region_treasure 171 $self->create_region_treasure;
171 if delete $self->{need_create_treasure}; 172 # TODO: temporary? hack to fix multipart objects because treausres only create the head
173 $self->link_multipart_objects;
174 }
172} 175}
173 176
1741 1771
175 178

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines