root/trunk/AE-go_GameServer/data/scripts/system/handlers/admincommands/Remove.java
| 1525 | 1526 | ||
|---|---|---|---|
16 | */ | 16 | */ |
17 | package admincommands; | 17 | package admincommands; |
18 | 18 | ||
19 | import java.util.Iterator; | ||
20 | import java.util.List; | ||
21 | |||
22 | import com.aionemu.gameserver.configs.administration.AdminConfig; | 19 | import com.aionemu.gameserver.configs.administration.AdminConfig; |
23 | import com.aionemu.gameserver.model.gameobjects.Item; | 20 | import com.aionemu.gameserver.model.gameobjects.Item; |
24 | import com.aionemu.gameserver.model.gameobjects.player.Player; | 21 | import com.aionemu.gameserver.model.gameobjects.player.Player; |
... | ... | ||
35 | * @author Phantom, ATracer | 32 | * @author Phantom, ATracer |
36 | * | 33 | * |
37 | */ | 34 | */ |
38 | |||
39 | public class Remove extends AdminCommand | 35 | public class Remove extends AdminCommand |
40 | { | 36 | { |
41 | @Inject | 37 | @Inject |
Download diff