SphereServer BugTracker - SphereServer
View Issue Details
0002301SphereServerscript packpublic29-03-14 18:5629-03-14 20:17
Coruja 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
0002301: Small problems on sphere_mapX.scp
map2 (a_mistas):
FLAGS=region_flag_guarded
should be
FLAGS=region_flag_guarded|region_flag_nobuilding

map3 (a_luna):
FLAGS=region_flag_nobuilding|region_flag_safe|region_antimagic_all
should be
FLAGS=region_flag_nobuilding|region_flag_guarded

map3 (a_umbra):
FLAGS=region_flag_nobuilding|region_flag_safe|region_antimagic_all
should be
FLAGS=region_flag_nobuilding

map3 (a_orc_fortress):
FLAGS=region_flag_underground|region_flag_nobuilding
should be
FLAGS=region_flag_nobuilding

map5:
Typo: Tel Mur -> Ter Mur
No tags attached.
Issue History
29-03-14 18:56CorujaNew Issue
29-03-14 20:17BenNote Added: 0002026
29-03-14 20:17BenStatusnew => resolved
29-03-14 20:17BenFixed in Version => 0.56c Nightly
29-03-14 20:17BenResolutionopen => fixed
29-03-14 20:17BenAssigned To => Ben

Notes
(0002026)
Ben   
29-03-14 20:17   
done