Changeset 2248
- Timestamp:
- 07/09/08 02:23:41 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2FolkInstance.java
r1870 r2248 370 370 public void onBypassFeedback(L2PcInstance player, String command) 371 371 { 372 if (player.isTransformed()) 373 return; 374 372 /* 373 * Commented out by DrHouse. Latest retail info shows that transformed players 374 * can interact with FolkInstance as well 375 */ 376 //if (player.isTransformed()) 377 // return; 378 375 379 if (command.startsWith("SkillList")) 376 380 {
