Skip to content

moved bat from 0,0,1,1 to 0,0,0,0

HoraK-FDF requested to merge HoraK-FDF/serverdata:bat into master

a bat was using X = 0, Y = 0, Width = 32, Height = 32 this let to a spawn point with 0,0,1,1 this worked but maybe only because it spawned on a collusion tile and server had to search other place to put the mob so i did it like it is for all map wide spawns and moved it to 0,0,0,0

Merge request reports