Re-introducing remnant code for reseting monster location.
This commit is contained in:
		@@ -45,6 +45,7 @@ public class DecayTaskManager
 | 
			
		||||
					final Creature creature = entry.getKey();
 | 
			
		||||
					DECAY_SCHEDULES.remove(creature);
 | 
			
		||||
					creature.onDecay();
 | 
			
		||||
					creature.setXYZ(0, 0, -10000);
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}, 0, 1000);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user