mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
Adds missing CharacterInventoryService missing entry on services.xml
This commit is contained in:
@@ -74,6 +74,9 @@
|
|||||||
</service>
|
</service>
|
||||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||||
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
||||||
|
<service
|
||||||
|
interface="com.l2jserver.service.game.character.CharacterInventoryService"
|
||||||
|
implementation="com.l2jserver.service.game.character.CharacterInventoryServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.AttackService"
|
<service interface="com.l2jserver.service.game.AttackService"
|
||||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
</service>
|
</service>
|
||||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||||
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
||||||
|
<service
|
||||||
|
interface="com.l2jserver.service.game.character.CharacterInventoryService"
|
||||||
|
implementation="com.l2jserver.service.game.character.CharacterInventoryServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.AttackService"
|
<service interface="com.l2jserver.service.game.AttackService"
|
||||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||||
|
|||||||
@@ -74,6 +74,9 @@
|
|||||||
</service>
|
</service>
|
||||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||||
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
||||||
|
<service
|
||||||
|
interface="com.l2jserver.service.game.character.CharacterInventoryService"
|
||||||
|
implementation="com.l2jserver.service.game.character.CharacterInventoryServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.AttackService"
|
<service interface="com.l2jserver.service.game.AttackService"
|
||||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
</service>
|
</service>
|
||||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||||
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
||||||
|
<service
|
||||||
|
interface="com.l2jserver.service.game.character.CharacterInventoryService"
|
||||||
|
implementation="com.l2jserver.service.game.character.CharacterInventoryServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.AttackService"
|
<service interface="com.l2jserver.service.game.AttackService"
|
||||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||||
|
|||||||
Reference in New Issue
Block a user