- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/custom/RaidbossInfo/RaidbossInfo.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/custom/RaidbossInfo/RaidbossInfo.java
r8406 r8630 101 101 for (L2Spawn spawn : SpawnTable.getInstance().getSpawnTable()) 102 102 { 103 if (spawn.getNpcid() == raid. npcId)103 if (spawn.getNpcid() == raid.getNpcId()) 104 104 { 105 105 x = spawn.getLocx(); … … 109 109 } 110 110 } 111 RADAR.put(raid. npcId, new Location(x, y, z));111 RADAR.put(raid.getNpcId(), new Location(x, y, z)); 112 112 } 113 113 }
Note: See TracChangeset
for help on using the changeset viewer.
