Changeset 5061
- Timestamp:
- Nov 3, 2011 8:23:40 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/unstable/L2J_Server_BETA/java/com/l2jserver/gameserver/model/olympiad/Olympiad.java
r4981 r5061 169 169 private void load() 170 170 { 171 _nobles = new FastMap<Integer, StatsSet>() ;171 _nobles = new FastMap<Integer, StatsSet>().shared(); 172 172 173 173 Connection con = null;
Note: See TracChangeset
for help on using the changeset viewer.
