mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Adds missing CharacterInventoryService missing entry on services.xml
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
</service>
|
||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||
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"
|
||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||
|
||||
@@ -94,6 +94,9 @@
|
||||
</service>
|
||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||
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"
|
||||
implementation="com.l2jserver.service.game.AttackServiceImpl" />
|
||||
<service interface="com.l2jserver.service.game.npc.NPCService"
|
||||
|
||||
Reference in New Issue
Block a user