Skip to content
Snippets Groups Projects
Commit 003573ea authored by Adry_85's avatar Adry_85
Browse files

BETA: Fixed despawn delay for Raid Bosses spawned by Dragon Vortex.

	Reported by: djmouse, valdaron 
parent 57927345
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ public class DragonVortex extends AbstractNpcAI ...@@ -41,7 +41,7 @@ public class DragonVortex extends AbstractNpcAI
private static final int LARGE_DRAGON_BONE = 17248; private static final int LARGE_DRAGON_BONE = 17248;
private static final int DESPAWN_DELAY = 108000; // 30min private static final int DESPAWN_DELAY = 1800000; // 30min
private DragonVortex(String name, String descr) private DragonVortex(String name, String descr)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment