Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/custom/RaidbossInfo/RaidbossInfo.java

    r8406 r8630  
    101101                        for (L2Spawn spawn : SpawnTable.getInstance().getSpawnTable()) 
    102102                        { 
    103                                 if (spawn.getNpcid() == raid.npcId) 
     103                                if (spawn.getNpcid() == raid.getNpcId()) 
    104104                                { 
    105105                                        x = spawn.getLocx(); 
     
    109109                                } 
    110110                        } 
    111                         RADAR.put(raid.npcId, new Location(x, y, z)); 
     111                        RADAR.put(raid.getNpcId(), new Location(x, y, z)); 
    112112                } 
    113113        } 
Note: See TracChangeset for help on using the changeset viewer.