Changeset 5097
- Timestamp:
- Nov 25, 2011 2:41:31 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/unstable/L2J_Server_BETA/java/com/l2jserver/gameserver/model/actor/L2Npc.java
r5093 r5097 299 299 if (_staticAIData == null || _staticAIData.getLongRangeSkill() == 0) 300 300 { 301 return null; 302 } 301 return skilldata; 302 } 303 303 304 switch (_staticAIData.getLongRangeSkill()) 304 305 { … … 357 358 return skilldata; 358 359 } 360 359 361 switch (_staticAIData.getShortRangeSkill()) 360 362 {
Note: See TracChangeset
for help on using the changeset viewer.
