PDA

View Full Version : Go2 still casting 506



Nomada
02-01-2016, 04:41 PM
In the broken lands, and I'm not sure if there are other areas, Go2 still wants to cast 506.

I've been running this every time to reload lich to fix the error.

;e Room.list.dup.each{|room| room.wayto.each{|k,v| Room[room.id].wayto[k] = eval( v.inspect.gsub('506', '535') ) if v.class == Proc && v.inspect =~ /506/ } }; Map.save