Changeset 2270
- Timestamp:
- 07/13/08 13:47:35 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/L2Summon.java
r2213 r2270 462 462 } 463 463 464 public synchronizedvoid unSummon(L2PcInstance owner)464 public void unSummon(L2PcInstance owner) 465 465 { 466 466 if (isVisible() && !isDead())
