-Dropped Javolution.
-Removal of Q00344_1000YearsTheEndOfLamentation. -Fixed starting conditions for Q00144_PailakaInjuredDragon. -Fixed starting conditions for last Seven Sign quests. -Added missing MonasteryOfSilence.xml instance spawns and doors. -Removed many catacomb spawns.
This commit is contained in:
@ -18,10 +18,9 @@
|
||||
*/
|
||||
package com.l2jserver.gameserver.model.variables;
|
||||
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import javolution.util.FastMap;
|
||||
|
||||
import com.l2jserver.gameserver.model.StatsSet;
|
||||
import com.l2jserver.gameserver.model.interfaces.IDeletable;
|
||||
import com.l2jserver.gameserver.model.interfaces.IRestorable;
|
||||
@ -36,7 +35,7 @@ public abstract class AbstractVariables extends StatsSet implements IRestorable,
|
||||
|
||||
public AbstractVariables()
|
||||
{
|
||||
super(new FastMap<String, Object>().shared());
|
||||
super(new ConcurrentHashMap<String, Object>());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user