- 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/handlers/bypasshandlers/RentPet.java (modified) (1 diff)
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/handlers/bypasshandlers/RentPet.java
r8501 r8630 33 33 }; 34 34 35 @Override 35 36 public boolean useBypass(String command, L2PcInstance activeChar, L2Character target) 36 37 { 37 38 if (!(target instanceof L2MerchantInstance)) 39 { 38 40 return false; 41 } 39 42 40 43 if (!Config.ALLOW_RENTPET) 44 { 41 45 return false; 46 } 42 47 43 if (!Config.LIST_PET_RENT_NPC.contains(((L2Npc)target).getTemplate().npcId)) 48 if (!Config.LIST_PET_RENT_NPC.contains(((L2Npc) target).getTemplate().getNpcId())) 49 { 44 50 return false; 51 } 45 52 46 53 try
Note: See TracChangeset
for help on using the changeset viewer.
